home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Pakiet internetowy / Klienci FTP / Staff-FTP 2.91 / sftp_setup.exe / {app} / COMMANDS.INI < prev    next >
INI File  |  2004-03-21  |  94KB  |  2,818 lines

  1. ; The following variables can be set in the Sections below
  2. ; and also in the Pop Up-Section at the end
  3. ;---------------------------------------------------------
  4. ; com*      <- command to execute on ftp-server
  5. ; help*     <- helpline (new line=<nl>)
  6. ; name*     <- name of command
  7. ; rebuild*  <- after execution the givin vars will be rebuild when needed again
  8. ; onchange* <- if box will be changed all default values will be rebuild
  9. ; ask*      <- ask something and when YES is pressed execute command
  10.  
  11. ; versionstring <- leave empty to show commands on all servers or define
  12. ;                  a mask where only spezial servers will be used for those
  13. ;                  commands. The mask will be compared with the 1st response
  14. ;                  from the server (mostly telling what server +version it is)
  15. ;
  16. ; refresh directoy* <- after execution refresh directory (usefull on
  17.                        commands which do file/directory-manipulation)
  18.  
  19.  
  20. [ioFTPd]
  21. versionstring=*ioftpd*
  22. icon=ccom_icons\ioftpd.bmp
  23. name1=Add User
  24. com1=SITE ADDUSER <new_user> <password> <ident@ip>
  25. rebuild1=ioftpd_user
  26.  
  27. name2=Add User+Group
  28. com2=site GADDUSER <ioftpd_group> <new_user> <password> <ident@ip>
  29. rebuild2=ioftpd_user
  30.  
  31. name3=Rename User
  32. com3=site RENUSER <ioftpd_user> <new_user>
  33. rebuild3=ioftpd_user
  34.  
  35. name4=Delete User
  36. com4=site DELUSER <ioftpd_user>
  37. rebuild4=ioftpd_user
  38.  
  39. name5=User Info
  40. com5=site UINFO <ioftpd_user>
  41. onchange5=ioftpd_user
  42.  
  43. name6=Add IP
  44. com6=site ADDIP <ioftpd_user> <ident@ip>
  45.  
  46. name7=Delete IP
  47. com7=site DELIP <ioftpd_user> <ioftpd_ident@ip>
  48. onchange7=ioftpd_user
  49. rebuild7=ioftpd_ident@ip
  50.  
  51. name8=Kick User
  52. com8=site KICK <ioftpd_user_online>
  53. rebuild8=ioftpd_user_online
  54.  
  55. name9=Add Group
  56. com9=site GRPADD <new_ioftpd_group>
  57. rebuild9=ioftpd_group
  58.  
  59. name10=Delete Group
  60. com10=site GRPDEL <ioftpd_group>
  61. rebuild10=ioftpd_group
  62.  
  63. name11=Rename Group
  64. com11=site GRPREN <ioftpd_group> <new_ioftpd_group>
  65. rebuild11=ioftpd_group
  66.  
  67. name12=Group Info
  68. com12=site GRPNFO <ioftpd_group> <ioftpd_group_info>
  69.  
  70. name13=Change Group
  71. com13=site CHGRP <ioftpd_user> <ioftpd_group>
  72.  
  73. name14=Change Owner
  74. com14=site CHOWN <ioftpd_user> <DIR|FILE>
  75.  
  76. name15=Change Attrib
  77. com15=site CHMOD <Attrib> <DIR|FILE>
  78.  
  79. name16=My Tagline
  80. com16=site TAGLINE <ioftpd_tagline> 
  81.  
  82. name17=My Password
  83. com17=site PASSWD <new_password>
  84.  
  85. name18=Show Users
  86. com18=site USERS
  87.  
  88. name19=Who
  89. com19=site WHO
  90.  
  91. name20=WeekUP
  92. com20=site WKUP
  93.  
  94. name21=WeekDown
  95. com21=site WKDN
  96.  
  97. name22=Rehash Config
  98. com22=site CONFIG rehash
  99.  
  100. name23=Save Config
  101. com23=site CONFIG save
  102.  
  103. name24=Add to Config
  104. com24=site CONFIG ADD <ioftpd_array> <string>
  105.  
  106. name25=Del from Config
  107. com25=site CONFIG DEL <ioftpd_array> <index#>
  108.  
  109. name26=Insert to Config
  110. com26=site CONFIG INSERT <ioftpd_array> <index#> <string>
  111.  
  112. name27=Replace from Config
  113. com27=site CONFIG REPLACE <ioftpd_array> <index#> <Value>
  114.  
  115. name28=Show Config
  116. com28=site CONFIG show <ioftpd_array>
  117.  
  118. name29=Credits
  119. com29=site change <ioftpd_user> CREDITS <ioftpd_credits>
  120. onchange29=ioftpd_user
  121.  
  122. name30=Give Credits
  123. com30=site change <ioftpd_user> CREDITS +<add_credits>
  124.  
  125. name31=Take Credits
  126. com31=site change <ioftpd_user> CREDITS -<take_credits>
  127.  
  128. name32=Change Flags
  129. com32=site change <ioftpd_user> FLAGS <ioftpd_flags>
  130. onchange32=ioftpd_user
  131.  
  132. name33=Num. Logins
  133. com33=site change <ioftpd_user> LOGINS <ioftpd_logins>
  134.  
  135. name34=Password
  136. com34=site change <ioftpd_user> PASSWD <new_password>
  137.  
  138. name35=Ratio
  139. com35=site change <ioftpd_user> RATIO <ioftpd_ratio>
  140. onchange35=ioftpd_user
  141.  
  142. name36=Slots
  143. com36=site change <ioftpd_user> SLOTS <group slots> <leech slots>
  144.  
  145. name37=VFSFILE
  146. com37=site change <ioftpd_user> VFSFILE <path to vfsfile>
  147.  
  148. name38=Remove Group
  149. com38=site CHGRP <ioftpd_user> <ioftpd_user_group>
  150. rebuild38=ioftpd_user_group
  151.  
  152. [MultiBNC]
  153. versionstring=*What's up*
  154.  
  155. com1=site who
  156. name1=Who
  157. help1_1=Shows a list of people currently connected to or via this bouncer. Siteops see
  158. help1_2=only people connected to their own site, BNCops see everyone. People logged into
  159. help1_3=the adminport are shown as connected to the "partyline".
  160.  
  161. name2=Help
  162. com2=site help
  163. help2_1=Displays a short summary of the available commands. Might help if you just get
  164. help2_2=the number of parameters wrong for one of the other commands, otherwise this
  165. help2_3=documentation will probably serve you better.
  166.  
  167. name3=Die
  168. help3_1=This command is only available to BNCops, not to siteops. It will make MULTI-BNC
  169. help3_2=exit, i.e. all FTP and IRC bouncers as well as the adminport go down. It's
  170. help3_3=pretty much the same as "kill"ing the process on the shell. Be aware that there
  171. help3_4=is no way to restart the bouncer remotely - you either need to have shell access
  172. help3_5=or it has to be restarted automatically (e.g., through a cronjob, see below) to
  173. help3_6=get it up again - so use this command with care!
  174. com3=site die
  175. ask3=This will shutdown the MultiBNC. Are You sure?
  176.  
  177. name4=Restart
  178. help4_1=Restarts multibnc. This is the same as killing and restarting multibnc manually,
  179. help4_2=e.g. after you've modified the configuration file. But it might just be easier
  180. help4_3=than doing the dirty work on your shell.
  181. com4=site restart
  182.  
  183. name5=Shutdown a BNC
  184. com5=site shutdown <bnc_name>
  185. help5_1=Take the FTP bouncer for a site down. Example:
  186. help5_2=SITE SHUTDOWN ONE
  187. help5_3=
  188. help5_4=Would terminate the FTP bouncer for site "ONE". Siteops can only apply this
  189. help5_5=command to their own site; BNCops can shutdown any of the bouncers.
  190. help5_6=
  191. help5_7=To take the site up again, one has to use SITE ENABLE <sitename> . Example:
  192. help5_8=SITE ENABLE ONE
  193. rebuild5=bnc_name
  194.  
  195. name6=Kick User
  196. com6=site kick <ftp_bnc_name> <bnc_user>
  197. help6_1=This command is similar to SITE KICK found on many ftp servers to kill a user's
  198. help6_2=connection. Example:
  199. help6_3=
  200. help6_4=SITE KICK ONE lamer123
  201. help6_5=
  202. help6_6=This command is only available to BNCops - siteops should use SITE KICK on their
  203. help6_7=site, not on the bouncer ;-)
  204. rebuild6=bnc_user
  205.  
  206.  
  207. name7=Spy User
  208. com7=site spy <bnc_name> <bnc_user>
  209. help7_1=This command is only available to BNCops. It allows you to tap the connection
  210. help7_2=between <username> and <sitename>. Example:
  211. help7_3=
  212. help7_4=SITE SPY ONE lamer123
  213. help7_5=
  214. help7_6=Afterwards, you will see all the commands lamer123 sends to ONE, and all of
  215. help7_7=ONE's replies. Ain't that mean? :D Anyway, that's nothing special, as you could
  216. help7_8=get the same result by running a sniffer on your bouncer box. Use it if you feel
  217. help7_9=real bored or want to be cheered up by the lameness of your users.
  218.  
  219. name8=Change BNC-Settings
  220. com8=site change <bnc_name> <new_port> <new_target>
  221. help8_1=Changes the bouncer configuration for a site. Siteops can only apply this
  222. help8_2=command to their own site's bouncer, BNCops to all. For example, to change site
  223. help8_3=ONE's bouncer to run on port 10000 of your bouncer shell, and to connect to the
  224. help8_4=real site on 123.123.123.123, port 23456, you would use:
  225. help8_5=
  226. help8_6=SITE CHANGE ONE 10000 123.123.123.123:23456
  227.  
  228. name9=Add BNC
  229. com9=site addbnc <new bnc name> <listen-port> <target:port>
  230. help9_1=This command is available to BNCops only. You can add a new FTP bouncer with it.
  231. help9_2=For example, to add a bouncer for a site called THREE, which should be running
  232. help9_3=on port 5000 or your bouncer shell and connect to 150.150.150.150, port 30000
  233. help9_4=(which are THREE's real ip and port), you would use:
  234. help9_5=
  235. help9_6=SITE ADDBNC three 5000 150.150.150.150:30000
  236. rebuild9=bnc_name, ftp_bnc_nmame
  237.  
  238. name10=Add BNC-op
  239. com10=site addbncop <new bnc-op> <password>
  240. help10_1=Adds a new BNCop account. Due to the privileges BNCops have you should give out
  241. help10_2=as few of these accounts as possible. This command is only available to BNCops.
  242. rebuild10=bnc_op
  243.  
  244. name11=Add SiteOp
  245. com11=site addsiteop <bnc_name> <new site-op> <password>
  246. help11_1=Adds a new siteop for <sitename>. Example:
  247. help11_2=
  248. help11_3=SITE ADDSITEOP THREE philip l33tp4ssw0rd
  249. help11_4=
  250. help11_5=This command is only available to BNCops.
  251. rebuild11=site-op
  252.  
  253. name12=Add IRC-BNC
  254. com12=site addirc <new bnc_name> <new_port> <allowed_ip> <target:port>
  255. help12_1=This command is only available to BNCops. It adds a new IRC bouncer for
  256. help12_2=<sitename> which runs on port <port> and accepts connections from <allowed_ip>
  257. help12_3=only, which it then forwards to <target>. Example:
  258. help12_4=
  259. help12_5=SITE ADDIRC THREE 56665 150.150.150.150 irc.superchat.com:6667
  260. rebuild12=bnc_name, irc_bnc_nmame
  261.  
  262. name13=Delete BNC-Op
  263. com13=site delbncop <bnc-op>
  264. help13=deletes a bnc-op
  265. rebuild13=bnc-op
  266.  
  267. name14=Delete Site-Op
  268. com14=site delsiteop <site-op> <bnc_name>
  269. help14=deletes a site-op
  270. rebuild14=site-op
  271.  
  272. name15=Delete IRC-BNC
  273. com15=site delirc <irc_bnc_name>
  274. help15=deletes a irc-bnc
  275. rebuild15=bnc_name, irc_bnc_nmame
  276.  
  277. name16=Shutdown AdminPort
  278. com16=site adminport down
  279. ask16=Attention. This will disconnect you and no administation will be possible.
  280. help16_1=You can take the adminport down by issuing the "SITE ADMINPORT DOWN" command.
  281. help16_2=Please be aware that the only way to get the adminport back is to edit the
  282. help16_3=configuration file on the shell and restarting multibnc manually. You will be
  283. help16_4=disconnected immediately after issuing this command.
  284.  
  285. name17=Change AdminPort
  286. com17=site adminport <new_port>
  287. help17_1=You can move the adminport to a different port. For example, to
  288. help17_2=make 17263 the new adminport, you'd do a
  289. help17_3=
  290. help17_4=SITE ADMINPORT 17263
  291. help17_5=
  292. help17_6=You will also be disconnected immediately, but this time you can re-connect on
  293. help17_7=port 17263 - of course unless there was a problem, e.g. if that port was already
  294. help17_8=in use by a FTP or IRC bouncer. Bad luck, buddy :)
  295.  
  296. name18=List BNCs
  297. com18=site list
  298. help18_1=BNCop-only command. Lists all services currently provided by this multibnc, i.e.
  299. help18_2=all ftpbncs, ircbncs and adminport users.
  300.  
  301.  
  302. name19=Enable BNC
  303. com19=site enable <shutdown_bnc_name>
  304. help19_1=To take the site up again, one has to use SITE ENABLE <sitename> . Example:
  305. help19_2=SITE ENABLE ONE
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. [glftpd - User-List]
  315. versionstring=*glftpd*
  316. icon=ccom_icons\glftpd.bmp
  317.  
  318. com1=site Users idler
  319. help1=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much information
  320. name1=Show Users (idler)
  321.  
  322. com2=site User <User>
  323. help2=Shows detailed info about a User.
  324. name2=User Info
  325.  
  326. com3=site Users
  327. help3=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  328. name3=Show Users
  329.  
  330. com4=site Users deleted
  331. help4=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  332. name4=Show Users (Del)
  333.  
  334. com5=site Users group
  335. help5=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  336. name5=Show Users (group)
  337.  
  338. com6=site Users siteop
  339. help6=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  340. name6=Show Users (sitops)
  341.  
  342. com7=site Users gadmin
  343. help7=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  344. name7=Show Users (gadmins)
  345.  
  346. com8=site Users leech
  347. help8=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informat
  348. name8=Show Users (leech)
  349.  
  350. com9=site Users anonymous
  351. help9=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  352. name9=Show Users (anonymous)
  353.  
  354. com10=site Users glock
  355. help10=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  356. name10=Show Users (glock)
  357.  
  358. com11=site Users exempt
  359. help11=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  360. name11=Show Users (exempt)
  361.  
  362. com12=site Users useredit
  363. help12=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  364. name12=Show Users (useredit)
  365.  
  366. com13=site Users nuke
  367. help13=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  368. name13=Show Users (nuke)
  369.  
  370. com14=site Users unnuke
  371. help14=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  372. name14=Show Users (unnuke)
  373.  
  374. com15=site Users undupe
  375. help15=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  376. name15=Show Users (undupe)
  377.  
  378. com16=site Users kick
  379. help16=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  380. name16=Show Users (kick)
  381.  
  382. com17=site Users kill
  383. help17=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  384. name17=Show Users (kill)
  385.  
  386. com18=site Users take
  387. help18=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  388. name18=Show Users (take)
  389.  
  390. com19=site Users give
  391. help19=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  392. name19=Show Users (give)
  393.  
  394. com20=site Users users
  395. help20=Shows detailed info on all Users (deleted,siteop,gadmin,leech,anonymous,glock,exempt,useredit,nuke,unnuke,undupe,kick,kill,take,give,users,idler). <nl><nl>Use one of the extra options to limit the display. <nl>Does not show quite as much informatio
  396. name20=Show Users (users)
  397.  
  398. com21=site seen <User>
  399. help21_1=Check when a user was last online.
  400. help21_2=
  401. help21_3=ex. site seen Archimede
  402. help21_4=
  403. help21_5=This will display the last time Archimede logged in.
  404. name21=Last Online
  405.  
  406.  
  407. [glftpd - User-Edit]
  408. versionstring=*glftpd*
  409. icon=ccom_icons\glftpd.bmp
  410.  
  411. com1=site take <User> <kbytes> [<Message>]
  412. help1_1=Removes credit from user
  413. help1_1=
  414. help1_1=ex. site take Archimede 100000 haha
  415. help1_1=
  416. help1_1=This will remove 100mb of credits from the user 'Archimede' and
  417. help1_1=send the message haha to him.
  418. name1=Take Credits
  419.  
  420. com2=site change <User> wkly_allotment <Section>,<WeekAllotment>
  421. name2=Week Allotment
  422. onchange2=User
  423. help2_1=The number of kilobytes that this user will be given once a week
  424. help2_2=(you need the reset binary enabled in your crontab).
  425. help2_3=Syntax: site change user wkly_allotment "#,###"
  426. help2_4=The first number is the section number (0=default section),
  427. help2_5=the second is the number of kilobytes to give.
  428. help2_6=(user's credits are replaced, not added to, with this value)
  429. help2_7=Only one section at a time is supported,
  430.  
  431. com3=site change <User> homedir <Homedir>
  432. name3=Homedir
  433. onchange3=User
  434. help3_1=This will change the user's homedir.
  435. help3_2=NOTE: This command is disabled by default.  To enable it, add
  436. help3_3="min_homedir /site" to your config file, where "/site" is the
  437. help3_4=minimum directory that users can have, i.e. you can't change
  438. help3_5=a user's home directory to /ftp-data or anything that doesn't
  439. help3_6=have "/site" at the beginning.
  440. help3_7=Important: don't use a trailing slash for homedir!
  441.  
  442. com4=site change <User> credits <Credits>
  443. help4=Credits left to download.
  444. name4=Credits
  445. onchange4=User
  446.  
  447. com5=site change <User> flags <Flags>
  448. help5_1=+1ABC or +H or -3, type "site flags" for a list of flags.
  449. help5_2=
  450. help5_3=Flags available:
  451. help5_4=
  452. help5_5=Flagname             Flag    Description
  453. help5_6=-------------------------------------------------------------
  454. help5_7=SITEOP                1       User is siteop.
  455. help5_8=GADMIN                2       User is Groupadmin of his/her first public
  456. help5_9="                      group (doesn't work for private groups)."
  457. help5_10=GLOCK                3       User cannot change group.
  458. help5_11=EXEMPT               4       Allows to log in when site is full. Also allows
  459. help5_12="                     user to do "site idle 0", which is the same as"
  460. help5_13="                     having the idler flag. Also exempts the user"
  461. help5_14="                     from the sim_xfers limit in config file."
  462. help5_15=COLOR                5       Enable/Disable the use of color (toggle with "site color").
  463. help5_16=DELETED              6       User is deleted.
  464. help5_17=USEREDIT     7       "Co-Siteop"
  465. help5_18=ANON         8       User is anonymous (per-session like login).
  466. help5_19=
  467. help5_20=" *NOTE* The 1 flag is not GOD mode, you must have the correct flags for the actions you wish to perform."
  468. help5_21=" *NOTE* If you have flag 1 then you DO NOT WANT flag 2"
  469. help5_22=
  470. help5_23=" Restrictions placed on users flagged ANONYMOUS."
  471. help5_24="     1.  '!' on login is ignored."
  472. help5_25="     2.  They cannot DELETE, RMDIR, or RENAME."
  473. help5_26="     3.  Userfiles do not update like usual, meaning no stats will"
  474. help5_27="         be kept for these users.  The userfile only serves as a template for the starting"
  475. help5_28="         environment of the logged in user."
  476. help5_29="         Use external scripts if you must keep records of their transfer stats."
  477. help5_30=
  478. help5_31=NUKE         A       User is allowed to use site NUKE.
  479. help5_32=UNNUKE               B       User is allowed to use site UNNUKE.
  480. help5_33=UNDUPE               C       User is allowed to use site UNDUPE.
  481. help5_34=KICK         D       User is allowed to use site KICK.
  482. help5_35=KILL         E       User is allowed to use site KILL/SWHO.
  483. help5_36=TAKE         F       User is allowed to use site TAKE.
  484. help5_37=GIVE         G       User is allowed to use site GIVE.
  485. help5_38=USERS/USER   H       This allows you to view users ( site USER/USERS )
  486. help5_39=IDLER                I       User is allowed to idle forever.
  487. help5_30=CUSTOM1              J       Custom flag 1
  488. help5_41=CUSTOM2              K       Custom flag 2
  489. help5_42=CUSTOM3              L       Custom flag 3
  490. help5_43=CUSTOM4              M       Custom flag 4
  491. help5_44=CUSTOM5              N       Custom flag 5
  492. help5_45=
  493. help5_46=You can use custom flags in the config file to give some users access
  494. help5_47=to certain things without having to use private groups.  These flags
  495. help5_48=will only show up in "site flags" if they're turned on.
  496. help5_49=
  497. help5_40=ex. site change Archimede
  498. help5_51=
  499. help5_52=This will show information about the user 'Archimede'.
  500. help5_53=
  501. help5_54=ex. site change Archimede ratio 5
  502. help5_55=
  503. help5_56=This would set the ratio to 1:5 for the user 'Archimede'.
  504. help5_57=
  505. help5_58=ex. site change Archimede flags +2-AG
  506. help5_59=
  507. help5_60=This would make the user 'Archimede' groupadmin and remove his ability
  508. help5_61=to use the commands site nuke and site give.
  509. help5_62=
  510. help5_63=NOTE: The flag DELETED can not be changed with site change, it
  511. help5_64="    will change when someone does a site deluser/readd."
  512. name5=Flags
  513. onchange5=User
  514.  
  515. com6=site change <User> num_logins <MaxLogins> <MaxLogins_by_IP>
  516. help6_1=number of simultaneous logins allowed. The second
  517. help6_2=number is number of sim. logins from the same IP.
  518. name6=Num. of Logins
  519. onchange6=User
  520.  
  521. com7=site change <User> timeframe <Hour_From> <Hour_To>
  522. name7=TimeFrame
  523. onchange7=User
  524. help7_1=# # the hour from which to allow logins and the hour when logins from
  525. help7_2=this user will start being rejected. This is set in a 24 hour format.
  526. help7_3=If a user is online past his timeframe, he'll be disconnected the
  527. help7_4=next time he does a 'CWD'.
  528.  
  529. com8=site change <User> time_limit <TimeLimit>
  530. help8=Time limits, per LOGIN SESSION. (set in minutes. 0=Unlimited)
  531. name8=TimeLimit
  532. onchange8=User
  533.  
  534. com9=site change <User> tagline <Tagline>
  535. help9=User's tagline.
  536. name9=tagline
  537. onchange9=User
  538.  
  539. com10=site change <User> group_slots <GroupSlots> <Leechs>
  540. help10_1=Number of users a GADMIN is allowed to add.
  541. help10_2=If you specify a second argument, it will be the number of leech
  542. help10_3=accounts the gadmin can give (done by "site change user ratio 0")
  543. name10=Group Slots
  544. onchange10=User
  545.  
  546. com11=site change <User> comment <Comment>
  547. help11_1=Changes the user's comment (max 50 characters).
  548. help11_2=Comments are displayed by the comment cookie (see below).
  549. name11=Comment
  550. onchange11=User
  551.  
  552. com12=site change <User> max_dlspeed <DL-Limit>
  553. help12=Downstream bandwith control (KBytes/sec) (0=Unlimited)
  554. name12=DL-Limit
  555. onchange12=User
  556.  
  557. com13=site change <User> max_ulspeed <UL-Limit>
  558. help13=Uploadstream bandwith control (KBytes/sec) (0=Unlimited)
  559. name13=UL-Limit
  560. onchange13=User
  561.  
  562. com14=site change <User> Sratio <SectionName> <SectionRatio>
  563. help14=This is to change the ratio of a section (other than default).
  564. name14=Section-Ratio
  565.  
  566. com15=site show <User>
  567. help15=Display's the Userfile in raw format.
  568. name15=Show Userfile
  569.  
  570. com16=site readd [<DelUsers>]
  571. help16_1=Readd user.
  572. help16_1=
  573. help16_1=x. site readd
  574. help16_1=
  575. help16_1=This will show a list of users that can be readded.
  576. help16_1=You can also achieve this with "site users deleted")
  577. help16_1=
  578. help16_1=E.x. site readd Archimede
  579. help16_1=
  580. help16_1=This will remove the DELETED flag for user 'Archimede'.
  581. name16=Re-add User
  582.  
  583. com17=site purge
  584. help17_1=Remove deleted users, site READD will NOT work for purged users.
  585. help17_2=
  586. help17_3=ex. site purge
  587. help17_4=This will REMOVE ALL users who have the DELETED flag.
  588. help17_5=
  589. help17_6=ex. site purge frank
  590. help17_7=This will remove just frank and leave the rest of deleted users on site.
  591. help17_8=
  592. help17_9=If you are a gadmin, you can only purge users from your group (that is,
  593. help17_10=if you are giving access to this command in the config file).
  594. name17=Purge Users
  595. rebuild17=User
  596. ask17=This will remove all deleted Useres forever. Continue?
  597.  
  598. com18=site renUser <User> <NewUsername>
  599. help18_1=Rename a user
  600. help18_2=
  601. help18_3=ex. site renuser usurper Usurper
  602. help18_4=This will make usurper look bigger and meaner
  603. name18=Rename User
  604. rebuild18=User
  605.  
  606. com19=site give <User> <kbytes> [<Message>]
  607. help19=Gives credits to user (Taken from you)<nl>ex. site give Archimede 100000 there you go<nl>This will give around 100mb of credits to user 'Archimede' and send<nl>the message 'there you go'.
  608. name19=Give Credits
  609.  
  610. com20=site delip <User> <ident@ip>
  611. help20_1=Delete IP from user, you can also use the ip number.
  612. help20_2=(Takes up to 10 arguments)
  613. help20_3=
  614. help20_4=ex. site delip Archimede Archimede@127.0.0.1
  615. help20_5=
  616. help20_6=This would remove the ident@ip 'Archimede@127.0.0.1' from the
  617. help20_7=user 'Archimede'.
  618. help20_8=
  619. help20_9=ex. site delip Archimede 1
  620. help20_10=
  621. help20_11=This would remove ident@ip #1 from the user 'Archimede'.
  622. help20_12=(Get list with site user <user>)name29=Delete IP
  623. name20=Delete IP
  624. onchange20=User
  625. rebuild20=ident@ip
  626.  
  627. com21=site delUser <User>
  628. help21_1=Delete a user, may be readded with site READD.
  629. help21_2=
  630. help21_3=ex. site deluser Archimede
  631. help21_4=
  632. help21_5=This will activate the flag DELETED (6) for the user 'Archimede'.
  633. help21_6=In order to fully delete this user you will need to do a 'site purge'
  634. name21=Delete User
  635.  
  636. com22=site addUser <NewUser> <Password> [<ident@ip#01>] [<ident@ip#02>] [<ident@ip#03>] [<ident@ip#04>] [<ident@ip#05>]
  637. name22=Add a User (simple)
  638. help22_1=Adds a user. You can have wild cards for users that have dynamic ips
  639. help22_2=Examples: *@192.168.1.* , frank@192.168.*.* , bob@192.*.*.*
  640. help22_3=(*@192.168.1.1[5-9] will allow only 192.168.1.15-19 to connect but no one else)
  641. help22_4=
  642. help22_5=If a user is added by a groupadmin, that user will have the GLOCK
  643. help22_6=flag enabled and will inherit the groupadmin's home directory.
  644. help22_7=All default values for the user are read from file default.user in
  645. help22_8=/glftpd/ftp-data/users. Comments inside describe what is what.
  646. help22_9=Gadmins can be assigned their own default.<group> userfiles
  647. help22_10=as templates to be used when they add a user, if one is not found,
  648. help22_11=default.user will be used.
  649. help22_12=default.groupname files will also be used for "site gadduser".
  650. help22_13=
  651. help22_14=ex. site ADDUSER Archimede mypassword
  652. help22_15=
  653. help22_16=This would add the user 'Archimede' with the password 'mypassword'.
  654. help22_17=
  655. help22_18=ex. site ADDUSER Archimede mypassword *@127.0.0.1
  656. help22_19=
  657. help22_20=This would do the same as above + add the ip '*@127.0.0.1' at the
  658. help22_21=same time.
  659. help22_22=
  660. help22_23=HOMEDIRS:
  661. help22_24=After login, the user will automaticly be tranferred into his/her
  662. help22_25=homedir. As of 1.16.x this dir is now "kinda" chroot'ed and they are
  663. help22_26=now unable to "cd ..".
  664. rebuild22=User
  665.  
  666. com23=site gaddUser <Group> <NewUser> <Password> [<ident@ip#01>] [<ident@ip#02>] [<ident@ip#03>] [<ident@ip#04>] [<ident@ip#05>]
  667. help23=Same as addUser, but when it's done adding the User, it automatically<nl>changes the User's group to <group>
  668. name23=Add a User + to a Group
  669. rebuild23=User
  670.  
  671. com24=site addip <User> <New_Ident@ip>
  672. name24=Add an IP
  673. help24_1=Add IP to user.
  674. help24_2=
  675. help24_3=Note: if you don't know what ident is, you need to read your
  676. help24_4=internet-for-dummies book first.
  677. help24_5=
  678. help24_6=ex. site addip Archimede Archimede@127.0.0.1
  679. help24_7=
  680. help24_8=This would add the ident@ip 'Archimede@127.0.0.1' to the user 'Archimede'.
  681. help24_9=
  682. help24_10=ex. site addip Archimede Archimede@blah.net Archimede@209.44.* *@24.1.64.20
  683. help24_11=
  684. help24_12=This would add all 3 ip masks to user 'Archimede'.
  685. help24_13=
  686. help24_14=NOTE: There is a maximum of 10 IPs that can go into the userfile.
  687. help24_15=If you need more than 10, you need to add them to a text file, each one
  688. help24_16=on a line by itself, in the format ident@ip.  To make glftpd use this
  689. help24_17=file, the first IP in the userfile (IP0) has to look like this:
  690. help24_18=!/path/to/iplist.txt
  691. help24_19=Glftpd won't let you add an IP like that; you need to edit the userfile
  692. help24_20=manually (in /glftpd/ftp-data/users) and add it.
  693. help24_21=Make sure there are no DOS carriage returns at the end of each line in
  694. help24_22=the file containing the list of IPs.
  695. help24_23=If an entry in that file starts with !, it will be banned (meaning if
  696. help24_24=the user connects from that ident@ip, he will NOT be allowed to log in).
  697.  
  698. com25=site chpass <User> <Password>
  699. name25=Password
  700. help25_1=Change users password.
  701. help25_2=
  702. help25_3=ex. site chpass Archimede newpassword
  703. help25_4=This would change the password to 'newpassword' for the
  704. help25_5=user 'Archimede'.
  705. help25_6=
  706. help25_7=See "site passwd" for more info if you get a "Password is not secure
  707. help25_8=enough" error.
  708. help25_9=
  709. help25_10=* Denotes any password, ex. site chpass arch *
  710. help25_11=This will allow arch to login with any password
  711. help25_12=
  712. help25_13=@ Denotes any email-like password, ex. site chpass arch @
  713. help25_14=This will allow arch to login with a@b.com but not ab.com
  714.  
  715.  
  716. com26=site change <User> ratio <Ratio>
  717. help26=Upload/Download ratio. 0=Unlimited (Leech)
  718. name26=Ratio
  719. onchange26=User
  720.  
  721. com27=site chgrp <User> <Users_Group>
  722. help27=Removes a user from group(s).
  723. name27=Remove Group
  724. rebuild27=Users_Groups
  725. onchange27=User
  726.  
  727. com28=site chgrp <User> <Group>
  728. help28=Add a user to group(s).
  729. name28=Add Group
  730. rebuild28=Users_Groups
  731. onchange28=User
  732.  
  733. com29=site change <User> startup_dir <Startupdir>
  734. name29=Startupdir
  735. help29_1=The directory to start in. ex: /incoming will start the user
  736. help29_2=in /glftpd/site/incoming if rootpath is /glftpd and homedir is /site.
  737.  
  738. com30=site change <User> max_sim_down <Max_Sim_DL>
  739. help30=Maximum number of simultaneous downloads for this user
  740. name30=Max. Simul. DL's
  741. onchange30=User
  742.  
  743. com31=site change <User> max_sim_up <Max_Sim_UL>
  744. help31=Maximum number of simultaneous uploads for this user
  745. name31=Max. Simul. UL's
  746. onchange31=User
  747.  
  748. com32=site flags [<User>]
  749. help32_1=Display a user's flags.
  750. help32_2=
  751. help32_3=ex. site flags
  752. help32_4=
  753. help32_5=This will show your own flags.
  754. help32_6=
  755. help32_7=ex. site flags Archimede
  756. help32_8=
  757. help32_9=This will show flags of user Archimede.
  758. name32=Show Flags
  759. onchange32=User
  760.  
  761. com33=site gaddUser <Group> <NewUser> <Password> [<ident@ip#01>] [<ident@ip#02>] [<ident@ip#03>] ; site change <NewUser> comment <NewComment>; site change <NewUser> max_dlspeed <NewDL-Limit>; site change <NewUser> max_ulspeed <NewUL-Limit>; site change <NewUser> flags <Flags>; site change <NewUser> max_sim_down <NewMax_Sim_DL>; site change <NewUser> max_sim_up <NewMax_Sim_UL> ; site change <NewUser> num_logins <NewMaxLogins> <NewMaxLogins_by_IP> ; site change <NewUser> ratio <NewRatio> ; site change <NewUser> homedir <homefolder>
  762. name33=Add a User (extendet)
  763.  
  764.  
  765. [glftpd - Statistic]
  766. versionstring=*glftpd*
  767. icon=ccom_icons\glftpd.bmp
  768.  
  769. com1=site aldn
  770. name1=All-time Download
  771. help1=Display alltime downloaders.
  772.  
  773. com2=site aldn [<MaxResults>] [<Section>]
  774. name2=All-time Download (ext)
  775. help2_1=Display alltime downloaders.
  776. help2_2=
  777. help2_3=Number is optional - it controls the number of output lines.
  778. help2_4=
  779. help2_5=Section is optional. It can be either a section's name or number (0-9).
  780. help2_6=If section is numeric, you need to preceed it by a number, e.g.:
  781. help2_7=site aldn 10 section2
  782. help2_8=
  783. help2_9=This is the same for all statistic commands (wkup,gpal,nuketop,etc)
  784.  
  785. com3=site alup [<MaxResults>] [<Section>]
  786. help3=Display alltime uploaders.
  787. name3=All-time Upload (ext)
  788.  
  789. com4=site dayup
  790. help4=Display daytop upload.
  791. name4=Daytop Upload
  792.  
  793. com5=site dayup [<MaxResults>] [<Section>]
  794. help5=Display daytop upload.
  795. name5=Daytop Upload (ext)
  796.  
  797. com6=site gpal
  798. help6=Display alltime group upload.
  799. name6=Group All-time Upload
  800.  
  801. com7=site gpal [<MaxResults>] [<Section>]
  802. help7=Display alltime group upload.
  803. name7=Group All-time Upload (ext)
  804.  
  805. com8=site gpwk
  806. help8=Display weektop group upload.
  807. name8=Group Week Upload
  808.  
  809. com9=site gpwk [<MaxResults>] [<Section>]
  810. help9=Display weektop group upload.
  811. name9=Group Week Upload (ext)
  812.  
  813. com10=site gpwd
  814. help10=Display weektop group download.
  815. name10=Group Week Download
  816.  
  817. com11=site gpwd [<MaxResults>] [<Section>]
  818. help11=Display weektop group download.
  819. name11=Group Week Download (ext)
  820.  
  821. com12=site gpad
  822. help12=Display alltime group download.
  823. name12=Group All-time Download
  824.  
  825. com13=site gpad [<MaxResults>] [<Section>]
  826. help13=Display alltime group download.
  827. name13=Group All-time Download (ext)
  828.  
  829. com14=site nuketop
  830. help14=Display alltime nuketop.
  831. name14=Top Nukers
  832.  
  833. com15=site wkup
  834. help15=Display weektop uploaders.
  835. name15=Weektop Uploads
  836.  
  837. com16=site wkup [<MaxResults>] [<Section>]
  838. help16=Display weektop uploaders.
  839. name16=Weektop Uploads (ext)
  840.  
  841. com17=site wkdn
  842. help17=Display weektop downloaders.
  843. name17=Weektop Downloads
  844.  
  845. com18=site wkdn [<MaxResults>] [<Section>]
  846. help18=Display weektop downloaders.
  847. name18=Weektop Downloads (ext)
  848.  
  849. com19=site traffic
  850. help19=Display total uploads/downloads by all existing Users.
  851. name19=Traffic
  852.  
  853. com20=site stats [<User>]
  854. help20_1=Display a user's upload/download statistics.
  855. help20_2=
  856. help20_3=Definable in '/ftp-data/text/user.stats'
  857. help20_4=
  858. help20_5=If you have multiple sections then this will display stats from
  859. help20_6=all sections.  (But you have to copy this file to SECTIONuser.stats.
  860. help20_7=exmp: if you have a section called GAMES then glftpd will look
  861. help20_8=for the files user.stats and GAMESuser.stats in the /ftp-data/text dir.
  862. name20=User-Statistc
  863.  
  864. com21=site daydn
  865. help21=Display daytop download.
  866. name21=Daytop Download
  867.  
  868. com22=site daydn [<MaxResults>] [<Section>]
  869. help22=Display daytop download.
  870. name22=Daytop Download (ext)
  871.  
  872. com23=site nuketop [<MaxResults>] [<Section>]
  873. help23=Display alltime nuketop.
  874. name23=Top Nukers (ext)
  875.  
  876. com24=site alup
  877. help24=Display alltime uploaders.
  878. name24=All-time Upload
  879.  
  880. [glftpd - MISC]
  881. versionstring=*glftpd*
  882. icon=ccom_icons\glftpd.bmp
  883.  
  884. com1=site alias
  885. help1=Show current alias's.
  886. name1=Aliases
  887.  
  888. com2=site cdpath
  889. help2=Show current cdpath's.
  890. name2=CD Paths
  891.  
  892. com3=site chmod <Mask> <filename/directory>
  893. help3_1=Changes a file's permissions to mask.
  894. help3_2=
  895. help3_3=ex. site chmod 444 file.zip
  896. help3_4=ex. site chmod 777 /site/incoming
  897. name3=Change Attributes
  898. refresh directory3=1
  899.  
  900. com4=site color
  901. help4=Enable/Disable the use of colors. <nl> NOTE: This will fuck up a windows<nl>client session if enabled (not Staff-FTP) ;)
  902. name4=Color on/off
  903. ask4=U may get trouble when logging in with another ftp-client than this. Continue?
  904.  
  905. name5=Dupe Search (ext)
  906. com5=site dupe -max <MaxResults> -from <FromDate (mmddyy)> -to <ToDate (mmddyy)> <String>
  907. help5_1=Searches the dupe database (ftp-data/logs/dupelog) for a match.
  908. help5_2=Searching a big database can take quite some time so please
  909. help5_3=be patient. Do NOT include wildcards!
  910. help5_4=
  911. help5_5=If -max is not specified, glftpd defaults to 20 matches.
  912. help5_6=Matches are taken from the bottom of the dupelog (newest entries are
  913. help5_7=at the bottom).
  914. help5_8=
  915. help5_9=If you specify more than one search string, glftpd will only show
  916. help5_10=entries with ALL the search strings present.
  917. help5_11=
  918. help5_12=ex. site dupe quake
  919. help5_13=This will search the database for the string quake.
  920. help5_14=
  921. help5_15=ex. site dupe quake arena
  922. help5_16=This will find "Quake_Arena" but not just "Quake".
  923. help5_17=
  924. help5_18=ex. site dupe -from 010199 -to 010100 duke nukem 3D
  925. help5_19=This will search for "duke", "nukem", and "3d" in all of 1999.
  926. help5_20=
  927. help5_21=ex. site dupe -max 50 linux glftpd 1.
  928. help5_22=This will show up to 50 entries with "glftpd", "linux" and "1." in the
  929. help5_23=name, like "Glftpd.for.linux.v1.20" or "glftpd.v1.19_for_linux".
  930.  
  931. name6=Dupe Search
  932. com6=site dupe <String>
  933. help6=Searches the dupe database (ftp-data/logs/dupelog) for a match.
  934.  
  935. com7=site kick <CurrentUser>
  936. help7_1=Kick a user off the site.
  937. help7_2=
  938. help7_3=ex. site kick Archimede
  939. help7_4=
  940. help7_5=This will kill all connections for the user 'Archimede'
  941. name7=Kick User
  942.  
  943. com8=site kill <PID>
  944. help8_1=Kill a PID.
  945. help8_2=
  946. help8_3=ex. site kill 345
  947. help8_4=
  948. help8_5=This will kill pid# 345 (if it belongs to a glftpd user).
  949. name8=Kill a PID
  950.  
  951. com9=site msg read
  952. help9=Read Message(s)
  953. name9=Read Messages
  954.  
  955. com10=site msg <User> <Message>
  956. help10=Sends a message to Users/groups
  957. name10=Send Messages
  958.  
  959. com11=site onel <Message>
  960. help11=Add oneliner.
  961. name11=Write Onliner
  962.  
  963. com12=site request
  964. help12_1=Show Requests.
  965. help12_2=
  966. help12_3=ex. site request
  967. help12_4=
  968. help12_5=This will display the current requests.
  969. name12=Show Request(s)
  970.  
  971. com13=site reqfilled <RequestNumber>
  972. help13_1=Fill a request.
  973. help13_2=ex. site reqfilled 3
  974. help13_3=
  975. help13_4=This will remove request number 3 from the request list and send
  976. help13_5=mail to the user who made the request saying you filled it.
  977. help13_6=(List requests with site request)
  978. name13=Fill a request
  979.  
  980. com14=site reqlog
  981. help14_1=Show the log of filled requests.
  982. help14_2=
  983. help14_3=This displays '/glftpd/ftp-data/logs/request.log'
  984. help14_4=See info about "site uchanges" for syntax.
  985. name14=Show Request-log
  986.  
  987. com15=site welcome
  988. help15=Display the welcome screen.
  989. name15=Welcome Screen
  990.  
  991. com16=site ziplist <Filename>
  992. help16=Display files inside .ZIP archive.
  993. name16=Files in zip
  994.  
  995. com17=site zipchk <Filename>
  996. help17=CRC-Test .ZIP archive
  997. name17=Check CRC
  998.  
  999. com18=site nuke <Directory> <multiply> <message>
  1000. help18_1=Nuke a directory
  1001. help18_2=
  1002. help18_3=ex. site nuke shit 2 CRAP
  1003. help18_4=
  1004. help18_5=This will nuke the directory 'shit' and remove x2 credits with the
  1005. help18_6=comment 'CRAP'.
  1006. help18_7=
  1007. help18_8=NOTE: You can enclose the directory in braces if you have spaces in the name
  1008. help18_9=ex. site NUKE {My directory name} 1 because_i_dont_like_it
  1009. name18=Nuke
  1010. refresh directory18=1
  1011.  
  1012. com19=site unnuke <Directory> <message>
  1013. help19_1=Unnuke a directory.
  1014. help19_2=
  1015. help19_3=ex. site unnuke shit NOT CRAP
  1016. help19_4=This will unnuke the directory 'shit' with the comment 'NOT CRAP'.
  1017. help19_5=
  1018. help19_6=NOTE: You can enclose the directory in braces if you have spaces in the name
  1019. help19_7=ex. site unnuke {My directory name} justcause
  1020. help19_8=
  1021. help19_9=You need to configure glftpd to keep nuked files if you want to unnuke.
  1022. help19_10=See the section about glftpd.conf.
  1023. name19=Unnuke
  1024. refresh directory19=1
  1025.  
  1026. com20=site undupe <String>
  1027. help20_1=Remove filename(s) from ftp-data/logs/dupefile
  1028. help20_2=
  1029. help20_3=ex. site undupe cls*
  1030. help20_4=
  1031. help20_5=This will remove all files that start with the string 'cls' from
  1032. help20_6=the dupe database.
  1033. name20=Undupe
  1034.  
  1035. com21=site vers
  1036. help21=Current daemon version.
  1037. name21=Version
  1038.  
  1039. com22=site who
  1040. help22=Display Users currently online.
  1041. name22=Who
  1042.  
  1043. com23=site swho
  1044. help23=Shows detailed information about Users online.
  1045. name23=Swho
  1046.  
  1047. com24=site time
  1048. help24=Display current time on the site.
  1049. name24=Time on Site
  1050.  
  1051. com25=site update <Directory>
  1052. help25=Enters all directories matching string i CWD to dirlog
  1053. name25=Update
  1054.  
  1055. com26=site search <String>
  1056. help26_1=Searches the entire site for matching directory names.
  1057. help26_2=
  1058. help26_3=(ftp-data/logs/dirlog is what's being searched.  If this command
  1059. help26_4=finds old non-existing directories, you need to run the
  1060. help26_5="olddirclean" utility to clean your dirlog. Best run it from crontab.)
  1061. help26_6=
  1062. help26_7=ex. site search quake
  1063. help26_8=
  1064. help26_9=This will search the entire site for directories containing the
  1065. help26_10=string 'quake'. The search is NOT case-sensitive.
  1066. name26=Search site
  1067.  
  1068. com27=site xdupe [<Mode>]
  1069. name27=X-Dupe
  1070. help27_1=If mode is present, xdupe mode will be set to it. If not, glftpd will
  1071. help27_2=print currently set mode.
  1072. help27_3=
  1073. help27_4=Xdupe will allow clients that keep queues of files to be uploaded to
  1074. help27_5=quickly remove files from their queue if they already exist on
  1075. help27_6=the glftpd site, without the need to refresh. This should minimize the
  1076. help27_7=number of 'dupe' errors as clients try to upload files that have
  1077. help27_8=already been uploaded by someone else to the current directory. When
  1078. help27_9=this is turned on (through 'site xdupe'), glftpd will give a list of
  1079. help27_10=files, preceded by the string "X-DUPE:", right before the usual "this
  1080. help27_11=file is a dupe" message. The files are first matched against a list
  1081. help27_12=of file masks on the "xdupe" line in glftpd.conf. See the included
  1082. help27_13=x-dupe-info.txt for more details. Currently, pftp is the only client
  1083. help27_14=which supports this feature.
  1084.  
  1085. com28=site help
  1086. help28=Display helpscreen.
  1087. name28=Help
  1088.  
  1089. name29=Display NFOs in Zip
  1090. com29=site nfo <Filename> [<NFOFile>]
  1091. help29_1=Display .NFO files inside a .ZIP archive
  1092. help29_2=
  1093. help29_3=ex. site nfo file.zip
  1094. help29_4=
  1095. help29_5=This will display all .NFO files inside the .ZIP archive 'file.zip'.
  1096. help29_6=
  1097. help29_7=ex. site nfo file.zip class.nfo
  1098. help29_8=
  1099. help29_9=This will display 'class.nfo' found inside the .ZIP archive 'file.zip'.
  1100. help29_10=
  1101. help29_11=This command requires unzip to be in /bin (/glftpd/bin if your rootpath
  1102. help29_12=is /glftpd)
  1103.  
  1104. com30=site onel
  1105. help30=Show oneliner.
  1106. name30=Read Onliner
  1107.  
  1108. com31=site request <String>
  1109. help31_1=Add Requests.
  1110. help31_2=
  1111. help31_3=ex. site request A new super-duper-fast computer!
  1112. help31_4=
  1113. help31_5=This will add my request to the requestlist.
  1114. name31=Add Request(s)
  1115.  
  1116. com32=site reqlog <MaxResults> <String>
  1117. help32_1=Show the log of filled requests.
  1118. help32_2=
  1119. help32_3=This displays '/glftpd/ftp-data/logs/request.log'
  1120. help32_4=See info about "site uchanges" for syntax.
  1121. name32=Show Request-log (ext)
  1122.  
  1123. com33=site wipe -r <file/directory>
  1124. name33=Wipe File/Dir (no credit lost)
  1125. help33_1=
  1126. help33_2=This is similar to the UNIX rm command.
  1127. help33_3=In glftpd, if you just delete a file, the uploaded loses credits and
  1128. help33_4=upload stats for it.  There are many people who didn't like that and
  1129. help33_5=were unable/too lazy to write a shell script to do it for them, so I
  1130. help33_6=wrote this command to get them off my back.
  1131. help33_7=
  1132. help33_8=If the argument is a file, it will simply be deleted. If it's a
  1133. help33_9=directory, it and the files it contains will be deleted.  If the
  1134. help33_10=directory contains other directories, the deletion will be aborted.
  1135. help33_11=
  1136. help33_12=To remove a directory containing subdirectories, you need to use
  1137. help33_13="site wipe -r dirname". BE CAREFUL WHO YOU GIVE ACCESS TO THIS COMMAND.
  1138. help33_14=Glftpd will check if the parent directory of the file/directory you're
  1139. help33_15=trying to delete is writable by its owner. If not, wipe will not
  1140. help33_16=execute, so to protect directories from being wiped, make them 555.
  1141. help33_17=
  1142. help33_18=Also, wipe will only work where you have the right to delete (in
  1143. help33_19=glftpd.conf). Delete right and parent directory's mode of 755/777/etc
  1144. help33_20=will cause glftpd to SWITCH TO ROOT UID and wipe the file/directory.
  1145. help33_21="site wipe -r /" will not work, but "site wipe -r /incoming" WILL, SO
  1146. help33_22=BE CAREFUL.
  1147. help33_23=
  1148. help33_24=This command will remove the deleted files/directories from the dirlog
  1149. help33_25=database.
  1150. help33_26=
  1151. help33_27=To give access to this command, add "-wipe -user flag=group" to the
  1152. help33_28=config file (similar to other site commands).
  1153.  
  1154. com34=site predupe <file>
  1155. name34=PreDupe
  1156. help34_1=Adds <filename> to the dupefile database, so that it can't be uploaded.
  1157. help34_2=Users need access to -predupe in glftpd.conf to use this.
  1158. help34_3=Files that match those listed under ignore_type in glftpd.conf will
  1159.     not be added.
  1160.  
  1161.  
  1162.  
  1163. [glftpd - My-Account]
  1164. versionstring=*glftpd*
  1165. icon=ccom_icons\glftpd.bmp
  1166.  
  1167. com1=site group [<Group>]
  1168. help1=Shows your current groups / Leave/Join group.  To join a group<nl>simply pass the groupname as a parameter to the command. You must leave all<nl>groups before you can join a new one.  Only Users with the siteOP flag enabled<nl>can change the priv
  1169. name1=Join/Leave Group
  1170.  
  1171. com2=site idle [<MyIdletime>]
  1172. help2_1=Set your idle-time (per-session only).
  1173. help2_2=This sets your idle-time (the amount of time you can be online without
  1174. help2_3=doing something). Max idle-time is 7200 sec.
  1175. help2_4=
  1176. help2_5=ex. site idle
  1177. help2_6=
  1178. help2_7=This will show you current idle-time settings.
  1179. help2_8=
  1180. help2_9=ex. site idle 7200
  1181. help2_10=
  1182. help2_11=This will set your idle-timeout to 7200 sec.
  1183. help2_12=
  1184. help2_13="site idle 0" for users that have the exempt flag will allow them to idle forever
  1185. help2_14=
  1186. help2_15=### NOTE: If you assign a user the +I flag he will idle forever without needing to perform the above command.
  1187. name2=Change Idletime
  1188.  
  1189. com3=site passwd <YourPassword>
  1190. help3_1=Change your password.
  1191. help3_2=
  1192. help3_3=ex. site passwd newpass
  1193. help3_4=
  1194. help3_5=This will change your password to 'newpass'.
  1195. help3_6=
  1196. help3_7=If you can't change your password because it's not 'secure' enough,
  1197. help3_8=see the section about the secure_pass setting in the config file.
  1198. help3_9=
  1199. help3_10=Passwords can only be 8 characters long.
  1200. name3=Change Password
  1201.  
  1202. com4=site stat
  1203. help4=Display your current status-line.
  1204. name4=Show Statusline
  1205.  
  1206. name5=Tagline
  1207. com5=site tagline [<MyTagline>]
  1208. help5_1=Shows/Sets your tagline
  1209. help5_2=ex. site tagline
  1210. help5_3=
  1211. help5_4=This will show your current tagline.
  1212. help5_5=
  1213. help5_6=ex. site tagline Archimede owns
  1214. help5_7=
  1215. help5_8=This will set your tagline to 'Archimede owns'.
  1216.  
  1217. [glftpd - Group-Edit]
  1218. versionstring=*glftpd*
  1219. icon=ccom_icons\glftpd.bmp
  1220.  
  1221. com1=site groups
  1222. help1=Shows available groups.
  1223. name1=Show Groups
  1224.  
  1225. com2=site ginfo <Group>
  1226. help2=Shows detailed info on a group.<nl>ex. site ginfo ftp<nl>This will show detailed info on the group 'ftp'.<nl>If a user is deleted, his tagline will be replaced by "***DELETED***".
  1227. name2=Group-Info
  1228.  
  1229. com3=site grpadd <NewGroup> [<Description>]
  1230. help3_1=Add a new group.
  1231. help3_2=
  1232. help3_3=ex. site grpadd group new_group
  1233. help3_4=
  1234. help3_5=This would add the group 'group' with the description 'new_group'.
  1235. name3=Add Group
  1236. rebuild3=group
  1237.  
  1238. com4=site grpdel <Group>
  1239. help4_1=Delete a group.
  1240. help4_2=
  1241. help4_3=ex. site grpdel group
  1242. help4_4=
  1243. help4_5=This would delete the group 'group'.
  1244. name4=Delete a Group
  1245. ask4=Are U sure?
  1246. rebuild4=group
  1247.  
  1248. com5=site grpren <Group> <NewName>
  1249. help5_1=Rename a group.
  1250. help5_2=
  1251. help5_3=ex. site grpren ftp new_ftp
  1252. help5_4=
  1253. help5_5=This would change the group name 'ftp' to 'new_ftp'.
  1254. help5_6=All users in group 'ftp' will now automaticly belong to 'new_ftp'.
  1255. name5=Rename a Group
  1256.  
  1257. com6=site grplog <Group> [<MaxGroupLogins>]
  1258. help6_1=Change login restrictions for a group.
  1259. help6_2=
  1260. help6_3=ex. site grplog ftp 20
  1261. help6_4=
  1262. help6_5=This will limit the number of logins allowed at any one time
  1263. help6_6=for the group 'ftp' to 20.
  1264. help6_7=
  1265. help6_8=Use without parameters to see all groups' login restrictions.
  1266. name6=Group Logins
  1267. onchange6=group
  1268.  
  1269. com7=site grpnfo <Group> <Description>
  1270. help7_1=Change description for a group.
  1271. help7_2=
  1272. help7_3=ex. site grpnfo ftp new_description
  1273. help7_4=
  1274. help7_5=This will change the current description for the group 'ftp' to
  1275. help7_6='new_description'.
  1276. name7=Group Description
  1277. onchange7=group
  1278.  
  1279. [glftpd - Log]
  1280. versionstring=*glftpd*
  1281. icon=ccom_icons\glftpd.bmp
  1282.  
  1283. com1=site unnukes
  1284. help1=Display recently unnuked releases.
  1285. name1=UnNukes
  1286.  
  1287. com2=site uchanges
  1288. help2=Display Userchanges log.  This displays '/glftpd/ftp-data/logs/sysop.log'<nl>If you don't specify a number, the whole log will be shown.  If you<nl>do specify a number, it will only show changes that number of days old.
  1289. name2=User-Changes (old glftpd)
  1290.  
  1291. com3=site logins [<MaxResults>] [<String>]
  1292. help3_1=Display failed logins.
  1293. help3_2=
  1294. help3_3=This displays '/glftpd/ftp-data/logs/login.log'
  1295. help3_4=See info about "site uchanges" for syntax.
  1296. name3=Failed Logins (ext)
  1297.  
  1298. com4=site laston
  1299. help4=Display last Users online.
  1300. name4=Last Users
  1301.  
  1302. com5=site nukes
  1303. help5=Display recently nuked releases.
  1304. name5=Last Nukes
  1305.  
  1306. com6=site new [<MaxResults>]
  1307. help6=Display newest created directories.
  1308. name6=Last Uploads (ext)
  1309.  
  1310. name7=Last Errors
  1311. com7=site errlog
  1312. help7_1=Display the error log.
  1313. help7_2=
  1314. help7_3=This displays '/glftpd/ftp-data/logs/error.log'
  1315. help7_4=See info about "site uchanges" for syntax.
  1316.  
  1317. name8=Last Errors (ext)
  1318. com8=site errlog [<MaxResults>]
  1319. help8_1=Display the error log.
  1320. help8_2=
  1321. help8_3=This displays '/glftpd/ftp-data/logs/error.log'
  1322. help8_4=See info about "site uchanges" for syntax.
  1323.  
  1324. com9=site new
  1325. help9=Display newest created directories.
  1326. name9=Last Uploads
  1327.  
  1328.  
  1329. com10=site logins
  1330. help10_1=Display failed logins.
  1331. help10_2=
  1332. help10_3=This displays '/glftpd/ftp-data/logs/login.log'
  1333. help10_4=See info about "site uchanges" for syntax.
  1334. name10=Failed Logins
  1335.  
  1336. com11=site uchanges <Number> <String>
  1337. help11_1=Display the user changes log (ftp-data/logs/sysop.log).
  1338. help11_2=
  1339. help11_3=If you don't specify a number, the whole log will be shown.
  1340. help11_4=If you do specify a number, it will only show changes that number of days old.
  1341. help11_5=ex. site UCHANGES 5
  1342. help11_6=If you specify a searchstring, only entries containing that string will be shown.
  1343. help11_7=ex. site uchanges 10 deleted
  1344. help11_8=ex. site uchanges added   -OR-   site uchanges 0 added
  1345. name11=User-Changes (ext)
  1346.  
  1347. com12=site syslog
  1348. help12=Display Userchanges log.  This displays '/glftpd/ftp-data/logs/sysop.log'<nl>If you don't specify a number, the whole log will be shown.  If you<nl>do specify a number, it will only show changes that number of days old.
  1349. name12=SysLog
  1350.  
  1351. com13=site syslog <Number> <String>
  1352. help13_1=Display the user changes log (ftp-data/logs/sysop.log).
  1353. help13_2=
  1354. help13_3=If you don't specify a number, the whole log will be shown.
  1355. help13_4=If you do specify a number, it will only show changes that number of days old.
  1356. help13_5=ex. site UCHANGES 5
  1357. help13_6=If you specify a searchstring, only entries containing that string will be shown.
  1358. help13_7=ex. site uchanges 10 deleted
  1359. help13_8=ex. site uchanges added   -OR-   site uchanges 0 added
  1360. name13=SysLog (ext)
  1361.  
  1362. [WarFTP]
  1363. versionstring=*WAR*
  1364. icon=ccom_icons\warftpd.bmp
  1365.  
  1366. name1=Kick User
  1367. com1=site kick <UserHandle>
  1368. help1=kick User from site who is online
  1369.  
  1370. name2=Open Site
  1371. com2=site open
  1372. help2=open system (WarFTP-servers)
  1373.  
  1374. name3=Message User
  1375. com3=site MSGU <UserHandle> <Message>
  1376.  
  1377. name4=Users online
  1378. com4=site who
  1379.  
  1380. name5=Shutdown Site
  1381. com5=site shutdown
  1382. ask5=Attention! this will close the site + shutdown service. Continoue?
  1383.  
  1384. name6=Deny Anonymous Access
  1385. com6=site anon deny
  1386.  
  1387. name7=Message to Siteop
  1388. com7=site msg <Message>
  1389.  
  1390. name8=Allow Anonymous Access
  1391. com8=site anon allow
  1392.  
  1393. name9=Change File Owner
  1394. com9=site chown <String>
  1395. refresh directory9=1
  1396.  
  1397. name10=Change Group Access
  1398. com10=site chgrp <String>
  1399.  
  1400. name11=Change Password
  1401. com11=site pass <String>
  1402.  
  1403. name12=Close System (except Sitops)
  1404. com12=site close
  1405.  
  1406. name13=Chat On
  1407. com13=site chat MODE=ON PROTOCOL=async REPLYCODE=<REPLYCODE>
  1408.  
  1409. name14=Chat Off
  1410. com14=site chat MODE=OFF
  1411.  
  1412. name15=Disable User
  1413. com15=site disable user <WarFTPUser>
  1414.  
  1415. name16=Disable Group
  1416. com16=site disable group <WarFTPUser>
  1417.  
  1418. name17=Disable Class
  1419. com17=site disable class <Class>
  1420.  
  1421. name18=Enable User
  1422. com18=site Enable user <WarFTPUser>
  1423.  
  1424. name19=Enable Group
  1425. com19=site Enable group <WarFTPUser>
  1426.  
  1427. name20=Enable Class
  1428. com20=site Enable class <Class>
  1429.  
  1430. name21=Message to User
  1431. com21=site msgu <WarFTPUser> <Message>
  1432.  
  1433.  
  1434. [RaidenFTPd - Misc]
  1435. versionstring=*lvl grp*
  1436. icon=ccom_icons\raidenftpd.bmp
  1437.  
  1438. name1=Display File
  1439. com1=site cat <File>
  1440. help1=output content of [file] in current dir to client
  1441.  
  1442. name2=Show IPs
  1443. com2=site list ip
  1444. help2=list all allowed ips
  1445.  
  1446. name3=Show Users
  1447. com3=site list user
  1448. help3=list all users and groups
  1449.  
  1450. name4=File/Dir-Owner
  1451. com4=site chown <RaidenUser>:<RaidenGroup> <file|dir>
  1452. help4=change file/dir's owner
  1453.  
  1454. name5=Close Site
  1455. com5=site close
  1456. help5=stops the site
  1457. ask5=Are You Sure? This will shutdown the site!
  1458.  
  1459. name6=Open Site
  1460. com6=site open
  1461. help6=starts the site
  1462.  
  1463. name7=Show GUI
  1464. com7=site show
  1465. help7=restore the GUI if it was made hidden
  1466.  
  1467. name8=Reload Config
  1468. com8=site reload
  1469. help8=reload server ftpd file without restart
  1470.  
  1471. name9=Move Contents
  1472. com9=site move <Newpath>
  1473. help9=move all stuff in current dir to path (virtual path)
  1474.  
  1475. name10=Kick User
  1476. com10=site kick <RaidenUsers Online>
  1477. help10=kicks an user , suers can only kick same group users
  1478. rebuild10=RaidenUsers Online
  1479.  
  1480. name11=Nuke
  1481. com11=site Nuke <Dir>|<Multible>|<Reason>
  1482. help11=rename an unwelcome directory
  1483.  
  1484. name12=Free Download
  1485. com12=site free <File>
  1486. help12=make [filename] freely downloadable without credit
  1487.  
  1488. name13=Encrypt
  1489. com13=site encrypt <file>
  1490. help13=encrypt a file, making you the only decrypter
  1491.  
  1492. name14=Decrypt
  1493. com14=site decrypt <file>
  1494. help14=decrypt a file
  1495.  
  1496. name15=Time on Site
  1497. com15=site time
  1498. help15=displays current server time
  1499.  
  1500. name16=MP3 Infos
  1501. com16=site mp3
  1502. help16=displays mp3 files info under current directory
  1503.  
  1504. name17=Send Message to Siteop
  1505. com17=site msg <Message>
  1506. help17=send message to site operator
  1507.  
  1508. name18=Search
  1509. com18=site dupe <String>
  1510. help18=find files or dirs from the online+offline database
  1511.  
  1512. name19=X-Dupe
  1513. com19=site xdupe [<Mode>]
  1514. help19=turns on extended dupe info , [mode]=1~4 or empty
  1515.  
  1516. name20=Undupe
  1517. com20=site undupe <file>
  1518. help20=remove this file name from online dupe-db
  1519.  
  1520. name21=Send Message to IRC
  1521. com21=site eggtalk <String>
  1522. help21=sends an immediate string to irc channel via eggdrop client
  1523.  
  1524. name22=Who
  1525. com22=site who
  1526. help22=display a list of currently online users
  1527.  
  1528. name23=xWho
  1529. com23=site xwho
  1530. help23=display a list of currently online users with domain names
  1531.  
  1532. name24=Race
  1533. com24=site race
  1534. help24=display files,size,uploaders of current directory
  1535.  
  1536. name25=Write Onliner
  1537. com25=site onel <String>
  1538. help25=insert your short text into the message board
  1539.  
  1540. name26=Download from URL
  1541. com26=site urlget <URL>
  1542. help26=make ftp dl a file from http://.. or ftp://usr:pass@my.com/
  1543.  
  1544. name27=ChMod
  1545. com27=site chmod <Mode> <File|Dir>
  1546. help27=mode=000-777,filename/path can contain *
  1547.  
  1548. name28=Stealth Mode
  1549. com28=site stealth
  1550. help28=turn current ftp session into stealth mode
  1551.  
  1552. name29=New Uploads
  1553. com29=site new
  1554. help29=output the 10 latest dirs
  1555.  
  1556.  
  1557.  
  1558. [RaidenFTPd - Stats]
  1559. versionstring=*lvl grp*
  1560. icon=ccom_icons\raidenftpd.bmp
  1561.  
  1562. name1=All-time Downloads
  1563. com1=site aldn
  1564. help1=output the 10 best alltime downloads
  1565.  
  1566. name2=All-time Uploads
  1567. com2=site alup
  1568. help2=output the 10 best alltime uploaders
  1569.  
  1570. name3=Weektop Downloads
  1571. com3=site wkup
  1572. help3=output the 10 best weekly uploaders
  1573.  
  1574. name4=Weektop Uploads
  1575. com4=site wkdn
  1576. help4=output the 10 worst weekly downloaders
  1577.  
  1578. name5=Group Week Uploads
  1579. com5=site gpwu
  1580. help5=output the 10 best weekly group uploaders
  1581.  
  1582. name6=Group Week Downloads
  1583. com6=site gpwd
  1584. help6=output the 10 worst weekly group downloaders
  1585.  
  1586.  
  1587. name7=Group Month Uploads
  1588. com7=site gpmu
  1589. help7=output the 10 best monthly group uploaders
  1590.  
  1591. name8=Group Month Downloads
  1592. com8=site gpmd
  1593. help8=output the 10 worst monthly group downloaders
  1594.  
  1595.  
  1596. name9=Month Uploads
  1597. com9=site mnup
  1598. help9=output the 10 best monthly uploaders
  1599.  
  1600. name10=Month Downloads
  1601. com10=site mndn
  1602. help10=output the 10 worst monthly downloaders
  1603.  
  1604.  
  1605.  
  1606.  
  1607. [RaidenFTPd - UserEdit]
  1608. versionstring=*lvl grp*
  1609. icon=ccom_icons\raidenftpd.bmp
  1610.  
  1611. name1=Add IP
  1612. com1=site addip <RaidenUser> <IP>
  1613. help1=add the [ipaddress] to [user]
  1614.  
  1615. name2=Delete IP
  1616. com2=site delip <RaidenUser> <DeliP>
  1617. help2=delete the [ipaddress] from [user]
  1618. onchange2=RaidenUser
  1619. rebuild2=DeliP
  1620.  
  1621. name3=Add User
  1622. com3=site adduser <NewUser> <Password> [<RaidenGroup>]
  1623. help3=add user to your group
  1624.  
  1625. name4=Delete User
  1626. com4=site deluser <RaidenUser>
  1627. help4=remove [user] from user accounts
  1628. ask4=Are You Sure?
  1629. rebuild4=raidenuser
  1630.  
  1631. name5=Change Group
  1632. com5=site chgrp <Raidenuser> <RaidenGroup>
  1633. help5=change user's group
  1634.  
  1635. name6=Level
  1636. com6=site chlvl <RaidenUser> <level>
  1637. help6=levels: r - root s - superusers n - normal g - guest
  1638. onchange6=RaidenUser
  1639. rebuild6=level
  1640.  
  1641.  
  1642. name7=Ratio
  1643. com7=site chratio <RaidenUser> <RaidenRatio>
  1644. help7=change ratio,0=unlimited,use factor 1-9
  1645. onchange7=RaidenUser
  1646. rebuild7=raidenratio
  1647.  
  1648.  
  1649. name8=Max. Logins
  1650. com8=site chlogin <RaidenUser> <Logins>
  1651. help8=change max logins per account , logins=1-9
  1652.  
  1653. name9=Disable User
  1654. com9=site disable <RaidenUser>
  1655. help9=disable a user. susers can disable same group user
  1656. ask9=Are You Sure?
  1657.  
  1658. name10=Enable User
  1659. com10=site enable <RaidenUser>
  1660. help10=enable a user. susers can disable same group user
  1661.  
  1662. name11=Check Password
  1663. com11=site authpass <RaidenUser> <Password>
  1664. help11=verifies login and pass
  1665.  
  1666. name12=Give Credits
  1667. com12=site give <RaidenUser> <Mbytes>
  1668. help12=give [user] [credit] mb of download credit
  1669.  
  1670. name13=Take Credits
  1671. com13=site take <RaidenUser> <Mbytes>
  1672. help13=take [credit] mb of credit away from [user]
  1673.  
  1674. name14=Update Userbase
  1675. com14=site sync d2m
  1676. help14=when using mem-db , update userbase from disk to memory
  1677.  
  1678. name15=Write Userbase
  1679. com15=site sync m2d
  1680. help15=when using mem-db , write userbase from memory to disk
  1681.  
  1682. name16=Change Password
  1683. com16=site chpass <RaidenUser> <New Password>
  1684. help16=change pass. only root can change others
  1685.  
  1686.  
  1687. [RaidenFTPd - My Account]
  1688. versionstring=*lvl grp*
  1689. icon=ccom_icons\raidenftpd.bmp
  1690.  
  1691. name1=Show my Info
  1692. com1=site unfo
  1693. help1=return your info and current logons under your account
  1694.  
  1695. name2=Tagline
  1696. com2=site tagline <My Tagline>
  1697. help2=make your tagline
  1698.  
  1699.  
  1700.  
  1701.  
  1702. [FTP4All]
  1703. versionstring=*ftp4all*
  1704.  
  1705. com1=site addUser <Name> <Groupname> <Password> <1:ratio|limit|leech> <ident@ip0> <ident@ip1> <ident@ip2>
  1706. name1=Add User
  1707. help1=Example: addUser dumbo Users dumbo123 33 dumbo@127.0.0.1 *@123.123.123.123 <nl> This command is used to add Users with one line while logged in the ftp daemon. (As an alternative to the site User commands)
  1708.  
  1709.  
  1710. name2=Bind
  1711. com2=site bind <Service/Admin/Port> <NewPort>
  1712. help2=Example: bind a 4300 <nl> This command binds a service or admin port to a new port number. Changes take effect immediately, active sessions are not affected.
  1713.  
  1714. com3=site chmod <Mask> <Pathname>
  1715. help3=site Changes a file's permissions to mask
  1716. name3=Chmod
  1717. refresh directory3=1
  1718.  
  1719. com4=site chmodr <Mask> <Pathname>
  1720. name4=site Chmod Recusive
  1721. help4=This command works like CHMOD, but changes permissions for all subdirectories below the specified directory (=recursive). Works for files, too
  1722. refresh directory4=1
  1723.  
  1724. name5=ChOwn
  1725. com5=site chown <User:Group> <Directory|File>
  1726. help5=Example: chown User_x testdir <nl> Example: chown :Users filexxx <nl> Example: chown User_x:Users <nl>This command changes the ownership of a directory or file. It can change both User and group. The tuple <User>:<group> is the first parameter. Yo
  1727. refresh directory5=1
  1728.  
  1729. name6=Close Server
  1730. com6=site CLOSE
  1731. help6=Example: CLOSE <nl> This command closes the server temporarily. All normal User connections are closed and only the superUsers remain logged in. From now, only superUsers may log in. The server can be re-opened for normal Users with the open comma
  1732.  
  1733. name7=COLOR on/off
  1734. com7=site COLOR
  1735. help7=Example: COLOR <nl>Enables/Disables color support for the User. It acts like a switch to toggle between b/w and colormode. Colors are sent as standard ansi-color-sequences to the ftp-client. See the definition of color-variables at the ftp4all-var
  1736.  
  1737. name8=Users online
  1738. com8=site COUNT
  1739. help8=Example: COUNT <nl>Counts all Users who are currently logged in, except the invisible ones.
  1740.  
  1741. name9=Delete
  1742. com9=site del <Username> <Filename>|<Directory> <Factor>
  1743. help9=Example: del testUser x_dir 2<nl>This command deletes a file or a directory and subtracts the amount of deleted data from the User's upload amount. This is useful when someone uploaded bad files, and you don't want him to get download credit for t
  1744.  
  1745. name10=Disable Access
  1746. com10=site disable <Username>
  1747. help10=Example: disable testUser <nl> This command disables a User account. It can be enabled again with the ENABLE command. The server refuses login attempts to disabled accounts.
  1748.  
  1749. name11=DUMP DebugInfo
  1750. com11=site dump <Area>
  1751. help11=Dumps debug information
  1752.  
  1753. name12=Enable Access
  1754. com12=site enable <Username>
  1755. help12=site enable testUser <nl>This command enables a disables User account again.
  1756.  
  1757. name13=Execute
  1758. com13=site exec <Command> <Arguments>
  1759. help13=Example: exec ls -al<nl>This executes a command on the server. The result is sent back over the control connection, i.e. you get a sequence of 200- lines. When the command finishes, the exit code is displayed. You can not run interactive commands
  1760.  
  1761. name14=FF-Search
  1762. com14=site ff <Wildcard>
  1763. help14=Example: ff x123.* <nl>This searches the current directory and all subdirectories from the current for certain files. All files and directories matching the given wildcard are displayed with the full path.
  1764.  
  1765. name15=Add Group
  1766. com15=site group add <GroupIDNumber> <GroupName>
  1767. help15=Adds a group. Don't use -1 as groupID!
  1768.  
  1769. name16=Change Groupname
  1770. com16=site group change <GroupIDNumber> <NewGroupName>
  1771. help16=Changees the groupname
  1772.  
  1773. name17=List Groups
  1774. com17=site group list
  1775. help17=list groups
  1776.  
  1777. name18=Delete Group
  1778. com18=site remove <GroupID>
  1779. help18=delete group
  1780.  
  1781. name19=List Users Group
  1782. com19=groups <Username>
  1783. help19=List all groups the User is in.
  1784.  
  1785. name20=Add User to Group
  1786. com20=site groups <Username> +<Groupname>
  1787. help20=adds a User to a group
  1788.  
  1789. name20=Remove User from Group
  1790. com20=site groups <Username> -<Groupname>
  1791. help20=removes a User to a group
  1792.  
  1793. name21=Help
  1794. com21=site help
  1795. help21=Example: help chmod <nl>This command displays help for a certain site command, or a list of all site commands when no parameter is given.
  1796.  
  1797. name22=Userinfos
  1798. help22=Example: info my_info<nl>This command views or changes the User information. Called without parameters, the current User information is displayed. Every User can change his User information by typing it as the second parameter. Only superUsers ca
  1799. com22=site info <Username>
  1800.  
  1801. name23=Kick User
  1802. com23=site kick <Username>
  1803. help23=Example: kick User_1<nl>This command lets you kick a logged in User from the server. This is useful when you want to disable a User account and the is logged in at the moment.
  1804.  
  1805. name24=Permissions
  1806. com24=site mod <Directory>|<File>
  1807. help24=Example: mod xdir<nl>Example: mod yfile<nl>This displays the permissions for the specified directory or file. This command is only available for directories you have cd permission to.
  1808.  
  1809. name25=Open Server
  1810. com25=site open
  1811. help25=Example: open<nl>This re-opens the server after it was closed with the close command.
  1812.  
  1813. name26=Change Password
  1814. com26=site passwd <new_password>
  1815. help26=Example: passwd dubbydoo<nl>With this command the password can be changed. Every User can change his own password, but only the superUser can change passwords of other Users. In the first example, a User changes his password to "fool1234". The se
  1816.  
  1817. name27=Change Users Password
  1818. com27=site passwd <new_password> <Username>
  1819. help27=Example: passwd dubbydoo User_1<nl>With this command the password can be changed. Every User can change his own password, but only the superUser can change passwords of other Users. In the first example, a User changes his password to "fool1234".
  1820.  
  1821. name28=Registry Del
  1822. com28=site reg del <key>
  1823. help28=With this command you can access the registry. del deletes a key.
  1824.  
  1825. name29=Registry Get
  1826. com29=site reg get <key>
  1827. help29=With this command you can access the registry. get gets the value of a single key.
  1828.  
  1829. name30=Registry List
  1830. com30=site reg list
  1831. help30=With this command you can access the registry. list lists all keys and its values.
  1832.  
  1833. name31=Registry List
  1834. com31=site reg set <key> <value>
  1835. help31=With this command you can access the registry. set sets a key to a certain value (and creates it if it does not exist).
  1836.  
  1837. name32=Run Script/Program
  1838. com32=site run <script> <parameters>
  1839. help32=Example: run test 1 2 3<nl>Users can run scripts/programs. The output of the script is shown as result. Scripts are placed under bin/ in the standard tree. Users can run scripts which are either in the directory of their group, or in the parent di
  1840.  
  1841. name33=Shutdown Server
  1842. com33=site shutdown
  1843. help33=Example: shutdown<nl>This is for closing down the server. All connections will be closed immediately, also the connection to the superUser that issued this command. After that, the server process terminates. You can also shut down the server by a
  1844.  
  1845.  
  1846. name34=Version
  1847. com34=site version
  1848. help34=This displays the server version.
  1849.  
  1850. name35=Who
  1851. com35=site who
  1852. help35=Example: who<nl>This displays a list of all Users that are currently logged in the server.
  1853.  
  1854. name36=Remove User
  1855. com36=site User remove <Username>
  1856. help36=Remove User
  1857.  
  1858. name37=List Users
  1859. com37=site User lista
  1860. help37=List Logged in Users
  1861.  
  1862. name38=List spezial Users
  1863. com38=site list <options> <Username/groupname>
  1864. help38=With list and lista you get a list of all existing or currently logged in Users. A normal User may use the list command, but he can only see himself. The list command accepts the following options (options must start with a -). You can specify mor
  1865.  
  1866. name39=Add SuperUser
  1867. com39=site addsu <name> <field>
  1868. help39=The Field must be "<name>=<valu>" e.g. "ip0=*.*.*.*"<nl><nl>name - Username<nl>uid - User id<nl>gid - group id<nl>limit - User's download limit. if set to -1 the credits don't change at all. helpful for "static"-accounts.<nl>ip[0-9|+|i] - ip rang
  1869.  
  1870. name40=Change User
  1871. com40=site User change <name> <field>
  1872. help40=The Field must be "<name>=<valu>" e.g. "ip0=*.*.*.*"<nl><nl>name - Username<nl>uid - User id<nl>gid - group id<nl>limit - User's download limit. if set to -1 the credits don't change at all. helpful for "static"-accounts.<nl>ip[0-9|+|i] - ip rang
  1873.  
  1874. name41=Add User (detailed)
  1875. com41=site User add <name> <field>
  1876. help41=The Field must be "<name>=<valu>" e.g. "ip0=*.*.*.*"<nl><nl>name - Username<nl>uid - User id<nl>gid - group id<nl>limit - User's download limit. if set to -1 the credits don't change at all. helpful for "static"-accounts.<nl>ip[0-9|+|i] - ip rang
  1877.  
  1878.  
  1879. [G6-FTP]
  1880. versionstring=*G6*;*BulletProof*
  1881. icon=ccom_icons\g6.bmp
  1882. name1=Message to Admin
  1883. com1=site msg <Message>
  1884. help1=This will send a message to the administrator
  1885.  
  1886. name2=Change Password
  1887. com2=SITE PSWD <New Password>
  1888. help2=This will change your password.
  1889.  
  1890. name3=Time on Site
  1891. com3=SITE ZONE
  1892. help3=Showes the TimeZone
  1893.  
  1894.  
  1895. [Serv-U]
  1896. versionstring=*serv-u*
  1897. icon=ccom_icons\serv-u.bmp
  1898.  
  1899. name1=Status
  1900. com1=stat
  1901. help=Showes your status
  1902.  
  1903. name2=Change Password
  1904. com2=SITE PSWD <Old Password> <New Password>
  1905. help2=This will change your password.
  1906.  
  1907. name3=Time on Site
  1908. com3=SITE ZONE
  1909. help3=Showes the TimeZone
  1910.  
  1911. name4=Free Space on Disk
  1912. com4=allow 0
  1913. help4=Showes the free disk-space
  1914.  
  1915. name5=Execute
  1916. com5=site Exec <Command>
  1917. help5=Executes a command on ftp-site.
  1918.  
  1919. name6=Transfer Status On
  1920. com6=site set transferprogress on
  1921. help6=Gives you a status off the transfer.
  1922.  
  1923. name7=Transfer Status Off
  1924. com7=site set transferprogress off
  1925. help7=Gives you no status off the transfer.
  1926.  
  1927. [Broker FTP]
  1928. versionstring=FTP Server ready [***]
  1929.  
  1930. name1=Help
  1931. com1=site help
  1932. help1=will list Broker's extraordinary features
  1933.  
  1934. name2=BuildTree
  1935. help2=Creates a file with a list of subdirectories and folders.<nl>Syntax:<nl>   SITE BuildTree <Directory> <TreeFilename>
  1936. com2=SITE BuildTree <Directory> <TreeFilename>
  1937. refresh directory2=1
  1938.  
  1939. name3=Copy
  1940. help3=Copies a file onto another file or directory.<nl>Copies a file to another.<nl>   SITE copy <FromFile> <ToFile>
  1941. com3=SITE copy <From File> <To File>
  1942. refresh directory3=1
  1943.  
  1944. name4=Delete
  1945. help4=Deletes a specified file or files. Wildcards are allowed.<nl>Syntax:<nl>   SITE delete <FileName(s)>
  1946. com4=SITE delete <Filename or Mask>
  1947. refresh directory4=1
  1948.  
  1949. name5=DelTree
  1950. help5=Deletes a specified, remote directory.<nl>Syntax:<nl>   SITE delTree <RemoteDirName>
  1951. com5=SITE delTree <Directory>
  1952. refresh directory5=1
  1953.  
  1954. name6=MultiCopy
  1955. help6=Copies multiple files and/or folders, including subfolders.<nl>Syntax:<nl>   SITE multicopy <RemoteName> <NewLocation>
  1956. com6=SITE MultiCopy <Filename or Maks> <Directory>
  1957. refresh directory6=1
  1958.  
  1959. name7=MultiMove
  1960. help7=Moves multiple files and/or folders, including subfolders.<nl>Syntax:<nl>   SITE multimove <RemoteName> <NewLocation>
  1961. com7=SITE MultiMove <Filename or Mask> <Directory>
  1962. refresh directory7=1
  1963.  
  1964. name8=ZIP
  1965. help8=ZIP files and/or folders ( including subfolders ).<nl>Syntax:<nl>   SITE ZIP <ZipFilename.ZIP> <F:/Filename1;Filename2...>
  1966. com8=SITE ZIP <Archivename> /F:<FileMasks (seperator";")>
  1967. refresh directory8=1
  1968.  
  1969. name9=UNZIP
  1970. help9=UNZIP a Zip file content on the remote server.<nl>Syntax:<nl>   SITE UNZIP <ZipFilename.ZIP> [<F:/Filename1;Filename2...>] [</D:DestDir>]
  1971. com9=SITE UNZIP <Archivename> /F:<FileMasks (seperator ";")> /D:<DestDir>
  1972. refresh directory9=1
  1973.  
  1974. name10=Execute
  1975. help10=Execute a file/program on the remote server.<nl>Syntax:<nl>   SITE EXEC <Program.ext>
  1976. com10=SITE EXEC <Programm>
  1977.  
  1978. name11=Change Password
  1979. help11=Change your password on the FTP server.<nl>Syntax:<nl>   SITE PASSWD <OldPassword> <NewPassword>
  1980. com11=SITE PASSWD <Old Password> <New Password>
  1981.  
  1982. [OpenFTPd]
  1983. versionstring=*OpenFTP*
  1984.  
  1985. com1=site addgrp <groupname>
  1986. name1=Add Group
  1987. help1=This command is used to add a new group.
  1988.  
  1989. com2=site addip <name> <ident@ip>
  1990. name2=Add IP
  1991. help2=This command is used to add a new ip mask to an user.
  1992.  
  1993. com3=site ADDGROUPOP <name>
  1994. name3=ADD GROUPOP
  1995. help3=This command is used to grant groupop status and all default groupop permissions to an user. You can use the DELGROUPOP    command to revoke this permission.
  1996.  
  1997. com4=siteaddnuker <name>
  1998. help4=This command is used to grant nuke permission to an user. You can<nl>use the DELNUKER command to revoke this permission.<nl>With this command the right R_NUKE is given to the user.
  1999. name4=Add Nuker
  2000.  
  2001. com5=site addsiteop <name>
  2002. help5=This command is used to grant siteop status and all default    siteop permissions to an user. You can use the DELSITEOP    command to revoke this permission.
  2003. name5=Add SiteOp
  2004.  
  2005. com6=site addunduper <name>
  2006. name6=Add Unduper
  2007. help6=This command is used to grant undupe permission to an user. You can<nl>the DELUNDUPER command to revoke this permission.<nl>With this command the right R_UNDUPER is given to the user.
  2008.  
  2009. com7=adduser <name> <group|gid> <password> 1:<ratio> <ident@ip0> [<ident@ip1>] [<ident@ip2>] [<ident@ip3>] [<ident@ip4>] [<ident@ip5>]
  2010. name7=Add User
  2011. help7=This command is used to add users with one line while logged in the<nl>ftp daemon. (As an alternative to the site user commands)
  2012.  
  2013. name8=Change AdminPort
  2014. com8=site bind a <port>
  2015. help8=This command binds a service or admin port to a new port number. Changes<nl>take effect immediately, active sessions are not affected. (a=áadminport, pá=áport, s=áport2)
  2016.  
  2017. name9=Change FTP-Port (1)
  2018. com9=site bind p <port>
  2019. help9=This command binds a service or admin port to a new port number. Changes<nl>take effect immediately, active sessions are not affected. (a=áadminport, pá=áport, s=áport2)
  2020.  
  2021. name10=Change FTP-Port (2)
  2022. com10=site bind s <port>
  2023. help10=This command binds a service or admin port to a new port number. Changes<nl>take effect immediately, active sessions are not affected. (a=áadminport, pá=áport, s=áport2)
  2024.  
  2025.  
  2026. name11=Change Group
  2027. com11=site chgrp <username> <groupname>
  2028. help11=This command changes the primary group of an user.
  2029.  
  2030. name12=Chmod
  2031. com12=site CHMODR <Directory>
  2032. help12=This command works like CHMOD, but changes permissions for all subdirectories<nl>below the specified directory (=recursive). Works for files, too.
  2033.  
  2034. name13=Chmod
  2035. com13=site CHMOD <Directory|File>
  2036. help13=This command works like CHMOD, but changes permissions for all subdirectories<nl>below the specified directory (=recursive). Works for files, too.
  2037.  
  2038. name14=ChOwn
  2039. com14=site chown <user>:<group> [<directory|file>]
  2040. help14_1=This command changes the ownership of a directory or file. It can change both user and group. 
  2041. help14_2=The tuple <user>:<group> is the first parameter. You can leave out either, but not both. If one
  2042. help14_3=is left out, only the other is changed, e.g. if you do not specify
  2043. help14_4=a user, only the group ownership is changed.
  2044. help14_5=If you do not specify a file or directory, the current directory is assumed.
  2045.  
  2046. name15=ChOwnR
  2047. com15=site chownR <user>:<group> [<directory|file>]
  2048. help15_1=This command works like CHOWN, but changes ownership for all subdirectories<nl>below the specified directory (=recursive). Works for files, too.
  2049.  
  2050. name16=Close Site
  2051. com16=site close
  2052. help16=This command closes the server temporarily. All normal user connections<nl>are closed and only the superusers remain logged in. From now, only<nl>superusers may log in. The server can be re-opened for normal users with the open command.
  2053.  
  2054. name17=Color On/Off
  2055. com17=site color
  2056. ask17=Other ftp-client may have problems with this setting!
  2057. help17=Enables / Disables color support for the user. It acts like a switch<nl>to toggle between b/w and colormode. Colors are sent as standard ansi-color-sequences<nl>to the ftp-client.
  2058.  
  2059. name18=Count Users
  2060. com18=site count
  2061. help18=Counts all users who are currently logged in, except the invisible ones.
  2062.  
  2063. name19=Delete File/Dir (fast)
  2064. com19=site del <File|Directory>
  2065. help19=This command deletes a file or a directory, this is much faster than deleting using normal dele commands.
  2066.  
  2067. name20=Delete Group
  2068. com20=site delgrp <Groupname>
  2069. help20=This command is used to remove a group.
  2070.  
  2071. name21=Delete IP
  2072. com21=site delip <name> <IPNumber>
  2073. help21=This command is used to remove the ip mask with number <n> from an user. To see the ip information of an user use the SITEáUSER LIST <user> command
  2074.  
  2075. name22=Delete GroupOP
  2076. com22=site delgroupop <name>
  2077. help22=This command is used to revoke groupop permissions. If the user does not have these permissions nothing happens.
  2078.  
  2079. name23=Delete Nuker
  2080. com23=site delnuker <name>
  2081. help23=This command is used to revoke nuke permissions. If the user does not have this permission nothing happens.
  2082.  
  2083. name24=Delete SiteOp
  2084. com24=site delsiteop <name>
  2085. help24=This command is used to revoke siteop permissions. If the user does not have these permissions nothing happens.
  2086.  
  2087. name25=Delete UnDuper
  2088. com25=site delunduper <name>
  2089. help25=This command is used to revoke undupe permissions. If the user does not have this permission nothing is happening.
  2090.  
  2091. name26=Delete User
  2092. com26=site deluser <name>
  2093. help26=This command is used to delete an user. You can't delete yourself.
  2094.  
  2095. name27=Disable User
  2096. com27=site disable <name>
  2097. help27=This command disables an user account. It can be enabled again with<nl>the ENABLE command. The server refuses login attempts to disabled accounts.
  2098.  
  2099. name28=Dump (cdpath)
  2100. com28=site dump cdpath
  2101. help28=Dumps debug information.
  2102.  
  2103. name29=Dump (check)
  2104. com29=site dump check
  2105. help29=Dumps debug information.
  2106.  
  2107. name30=Dump (config)
  2108. com30=site dump config
  2109. help30=Dumps debug information.
  2110.  
  2111. name31=Dump (dcheck)
  2112. com31=site dump dcheck
  2113. help31=Dumps debug information.
  2114.  
  2115. name32=Dump (dirdcheck)
  2116. com32=site dump dirdcheck
  2117. help32=Dumps debug information.
  2118.  
  2119. name33=Dump (delcheck)
  2120. com33=site dump delcheck
  2121. help33=Dumps debug information.
  2122.  
  2123. name34=Dump (dshortcut)
  2124. com34=site dump dshortcut
  2125. help34=Dumps debug information.
  2126.  
  2127. name35=Enable User
  2128. com35=site enable <name>
  2129. help35=This command enables a disabled user account again.
  2130.  
  2131. com36=site exec <command>
  2132. name36=Execute
  2133. help36_1=This executes a command on the server. The result is sent back over
  2134. help36_2=the control connection, i.e. you get a sequence of 200- lines. When
  2135. help36_3=the command finishes, the exit code is displayed. You can not run
  2136. help36_4=interactive commands such as a shell. This command is very powerful
  2137. help36_5=so choose your siteops wisely and don't run OpenFTPD as root.
  2138.  
  2139. name37=FastFind
  2140. help37=This searches the current directory and all subdirectories from the
  2141.             current for certain files. All files and directories matching the given wildcard are displayed with the full path.
  2142. com37=site ff <mask>
  2143.  
  2144. name38=GroupInfos (get)
  2145. com38=site ginfo
  2146. help38=This command views or changes the group information. Called without parameters, the group information of your primary group is displayed. Only superusers, siteops, groupops, or users with the right R_GROUP_EDIT may set the group tagline.
  2147.  
  2148. name39=GroupInfos (set)
  2149. com39=site ginfo <New Info>
  2150. help39=This command views or changes the group information. Called without parameters, the group information of your primary group is displayed. Only superusers, siteops, groupops, or users with the right R_GROUP_EDIT may set the group tagline.
  2151.  
  2152. name40=Give
  2153. com40=site give <name> <Credits in MB>
  2154. help40=Give credits to other users. Siteops and superusers are not restricted, groupops need the right R_USER_EDIT_CREDITS. Normal users can give the credits they own and normal leech users are not allowed to use this command.
  2155.  
  2156.  
  2157. [OpenFTPd - User Verwaltung]
  2158. versionstring=*OpenFTP*
  2159. icon=ccom_icons\openftpd.bmp
  2160.  
  2161. com1=site addUser <Name> <Groupname> <Password> <1:ratio|limit|leech> <ident@ip0> <ident@ip1> <ident@ip2>
  2162. help1=Beispiel: addUser dumbo Users dumbo123 33 dumbo@127.0.0.1 *@123.123.123.123 <nl> Mit diesem Befehl wird ein neuer User ueber eine Zeile angelegt, waehrend man auf dem Server eingeloggt ist.<nl>(Als eine Alternative zu den site User Befehlen)
  2163. name1=User hinzufuegen
  2164.  
  2165. com2=site passwd <Username> <new_password>
  2166. help2=Passwort eines anderen Benutzers aendern.
  2167. name2=Password aendern User
  2168.  
  2169. com3=site passwd <new_password>
  2170. help3=Das eigene Passwort aendern.
  2171. name3=Password aendern Eigenes
  2172.  
  2173. com4=site deluser <Username>
  2174. help4=Einen Benutzer loeschen.
  2175. name4=User loeschen
  2176.  
  2177. com5=site disable <Username>
  2178. help5=Einen Benutzer sperren.
  2179. name5=User Account sperren
  2180.  
  2181. com6=site enable <Username>
  2182. help6=Einen Benutzer entsperren.
  2183. name6=User Account entsperren
  2184.  
  2185. com7=site chgrp <Username> <GroupName>
  2186. help7=Gruppe eines Benutzers aendern.
  2187. name7=User Gruppe aendern
  2188.  
  2189. [OpenFTPd - Statistik]
  2190. versionstring=*OpenFTP*
  2191. icon=ccom_icons\openftpd.bmp
  2192.  
  2193. com1=site stats <Username>
  2194. help1=zeigt die Statistik eines bestimmten Benutzers
  2195. name1=User Statistik
  2196.  
  2197. com2=site stats
  2198. help2=zeigt die eigene Statistik
  2199. name2=Eigene Statistik
  2200.  
  2201. com3=site traffic
  2202. help3=zeigt die Traffic Statistik nach Tag, Woche, Monat, Jahr und Gesamt
  2203. name3=Traffic
  2204.  
  2205. com4=site who
  2206. help4=zeigt User Aktivitaeten
  2207. name4=User Aktivitaet normal
  2208.  
  2209. com5=site swho
  2210. help5=zeigt User Aktivitaeten detailiert
  2211. name5=User Aktivitaet detailiert
  2212.  
  2213. com6=site count
  2214. help6=Anzahl der derzeit eingeloggten User
  2215. name6=Eingeloggte User
  2216.  
  2217. com7=site luser <username>
  2218. help7=zeigt Benutzer Informationen
  2219. name7=User Informationen
  2220.  
  2221. com8=site users
  2222. help8=Auflistung aller benutzer
  2223. name8=User auflisten
  2224.  
  2225. [OpenFTPd - Gruppen Verwaltung]
  2226. versionstring=*OpenFTP*
  2227. icon=ccom_icons\openftpd.bmp
  2228.  
  2229. com1=site addgrp <groupname>
  2230. help1=erstellt eine neue Benutzergruppe
  2231. name1=Gruppe erstellen
  2232.  
  2233. com2=site groups <Username> + <groupname>
  2234. help2=fuegt Benutzer zu einer Gruppe hinzu
  2235. name2=User zu Gruppe hinzu
  2236.  
  2237. com3=site delgrp <Gruppe>
  2238. help3=loescht eine Gruppe
  2239. name3=Gruppe loeschen
  2240.  
  2241. com4=site lgrp <groupname>
  2242. help4=listet Benutzer einer Gruppe auf
  2243. name4=Userliste einer Gruppe
  2244.  
  2245. com5=site groups <username> - <groupname>
  2246. help5=loescht Benutzer aus einer Gruppe
  2247. name5=User aus Gruppe loeschen
  2248.  
  2249. com6=site groups <username>
  2250. help6=zeigt die Gruppenzugehoerigkeit eines bestimmten Benutzers
  2251. name6=Gruppen eines Users
  2252.  
  2253. com7=site groups
  2254. help7=zeigt die eigenen Gruppenzugehoerigkeiten an
  2255. name7=Eigene Gruppen
  2256.  
  2257. [OpenFTPd - Nachrichten]
  2258. versionstring=*OpenFTP*
  2259. icon=ccom_icons\openftpd.bmp
  2260.  
  2261. com1=site onel <OneLiner>
  2262. help1=erstellt eine einzeilige Nachricht (Spruch des Tages)
  2263. name1=OneLiner
  2264.  
  2265. com2=site msg list <MessageFolder>
  2266. help2=listet Nachrichten auf
  2267. name2=Nachrichten listen
  2268.  
  2269. com3=site msg send <Username> <Nachricht>
  2270. help3=Nachricht an einen bestimmten User senden
  2271. name3=Nachricht an User
  2272.  
  2273. com4=site msg send all <Nachricht>
  2274. help4=Nachricht an alle User senden
  2275. name4=Nachricht an Alle
  2276.  
  2277. com5=site msg read
  2278. help5=alle Nachrichten lesen
  2279. name5=Nachricht lesen Alle
  2280.  
  2281. com6=site msg read <Folder>
  2282. help6=Nachrichten eines Folder lesen
  2283. name6=Nachricht lesen Folder
  2284.  
  2285. com7=site msg del all
  2286. help7=alle Nachrichten loeschen
  2287. name7=Nachricht loeschen Alle
  2288.  
  2289. com8=site msg del <NachrichtenNummer>
  2290. help8=bestimmte Nachrichten loeschen
  2291. name8=Nachricht loeschen
  2292.  
  2293.  
  2294. [PureFTPd]
  2295. versionstring=*PureFTPd*
  2296. icon=ccom_icons\pureftpd.bmp
  2297.  
  2298. name1=Change IdleTime
  2299. com1=site idle <Time>
  2300. help1=Changes the time after u get disconnected when doing nothing
  2301.  
  2302.  
  2303. [BlackMoon FTPd]
  2304. versionstring=*BlackMoon FTP Server*
  2305. icon=ccom_icons\blackmoon.bmp
  2306.  
  2307. name1=Add User
  2308. com1=site adduser <bm_group> <new bm_username> <password> <bm_homefolder>
  2309. help1=Adds a user to site
  2310.  
  2311. name2=Remove User
  2312. com2=site deluser <bm_username>
  2313. help2=Removes a user to site
  2314.  
  2315. name3=Change Password
  2316. com3=site chpass <bm_username> <password>
  2317. help3=Change password of a user
  2318.  
  2319. name4=Disable User
  2320. com4=site disableuser <bm_username>
  2321. help4=Disable an account
  2322.  
  2323. name5=Enable User
  2324. com5=site enableuser <bm_username>
  2325. help5=Enable an account
  2326.  
  2327. name6=Show Userinfo
  2328. com6=site userinfo
  2329. help6=Show added users
  2330.  
  2331. name7=Close Server
  2332. com7=site close
  2333. help7=Shutes the server down
  2334. ask7=Are you sure?
  2335.  
  2336. name8=Open Server
  2337. com8=site open
  2338. help8=Open the Server
  2339.  
  2340. name9=Time on Site
  2341. com9=site time
  2342. help9=Showes the time on site
  2343.  
  2344. name10=Who
  2345. com10=site who
  2346. help10=Users logges in
  2347.  
  2348.  
  2349.  
  2350.  
  2351. ;----------------------------------------------------------------------------
  2352.  
  2353.  
  2354. [Fields]
  2355. ;stuff to get/set the default values, define the box to use, and tell what field this is
  2356. ; XXXX_command <- command to execute when this field is used
  2357. ; XXXX_mask    <- mask to get the default value(s)
  2358. ;                 all dople spaces are cutted + spaces at begin and end
  2359. ; XXXX_skip*   <- this line will not be compared to the mask
  2360. ; XXXX_keep    <- once the default value for this was found it will
  2361. ;                 not be rebuilded when needed again. But if u need
  2362. ;                 to do it somewhere use rebuild at the commands
  2363. ; XXXX_numbersOnly  <- only numers are allowed to enter in this field
  2364. ; XXXX_editable <- value can only be changed when an item is picked from
  2365. ;                  the list
  2366. ; XXXX_boxToUse <- leave empty to use next unused edit-field or define
  2367. ;                  one here
  2368. ; XXXX_
  2369. ; XXXX_checkbox <- =1 uses checkbox
  2370. ; XXXX_values   <- for checkbox-types... (string in mask-result..when found then its checked by default>,<name>,<command when checked>,<command when not checked>; <...next checkbox>
  2371.  
  2372. User_command=site Users
  2373. User_mask=%User% *
  2374. User_skip1=Detailed User Listing...
  2375. User_skip2=Uploaded:*
  2376. User_skip3=SITEOPS=*
  2377. User_skip4=*Total members.
  2378. User_keep=1
  2379.  
  2380. WarFTPUser_command=site who
  2381. WarFTPUser_mask=*:* %s% *
  2382. WarFTPUser_keep=1
  2383.  
  2384. RaidenUser_command=site list User
  2385. RaidenUser_mask=*username* %user% *group*
  2386. RaidenUser_keep=1
  2387. RaidenUser_editable=0
  2388.  
  2389.  
  2390. UserHandle_command=site who
  2391. UserHandle_mask=*0%s% *
  2392.  
  2393.  
  2394. DelUsers_command=site Users deleted
  2395. DelUsers_mask=%User% *
  2396. DelUsers_skip1=Detailed User Listing...
  2397. DelUsers_skip2=Uploaded:*
  2398. DelUsers_skip3=SITEOPS=*
  2399. DelUsers_skip4=*Total members.
  2400.  
  2401. mask_numbersOnly=1
  2402.  
  2403. group_command=site groups
  2404. group_mask=*) %s% *
  2405. group_keep=1
  2406. group_editable=0
  2407.  
  2408. RaidenGroup_command=site list user
  2409. RaidenGroup_mask=*username* *group* %s%
  2410. RaidenGroup_keep=1
  2411. RaidenGroup_editable=0
  2412.  
  2413. Users_Group_command=site user <User>
  2414. Users_Group_mask=* Groups: %s% %s% %s% %s% %s% %s% %s% %s% %s%
  2415. Users_Group_editable=0
  2416.  
  2417.  
  2418. idletime_numbersOnly=1
  2419.  
  2420. CurrentUser_command=site who
  2421. CurrentUser_mask=| %s% | *
  2422. CurrentUser_skip1=*Total upload speed:*
  2423. CurrentUser_editable=0
  2424.  
  2425. pid_command=site swho
  2426. pid_mask=| %s% | *
  2427. pid_editable=0
  2428.  
  2429. number_default=10
  2430. number_numbersOnly=1
  2431.  
  2432. Request_numbersOnly=0
  2433. Request_editable=1
  2434. Request_droplist=0
  2435.  
  2436. kbytes_numbersOnly=1
  2437.  
  2438. tagline_command=site User <User>
  2439. tagline_mask=| Tagline: %tagline% |*
  2440.  
  2441. multiply_numbersOnly=1
  2442.  
  2443. Flags_mask=*Flags: %flags% *
  2444. Flags_command=site User <User>
  2445. Flags_checkbox=1
  2446. Flags_values=1,SiteOp,+1,-1; 2,GADMIN,+2,-2; 3,GLOCK,+3,-3; 4,EXEMPT,+4,-4; 5,Color,+5,-5; 6,Deleted,,; 7,UserEdit,+7,-7; 8,ANON,+8,-8; A,NUKE,+A,-A; B,UNNUKE,+B,-B; C,UNDUPE,+C,-C; D,KICK,+D,-D; E,KILL,+E,-E; F,TAKE,+F,-F; G,GIVE,+G,-G; H,USERS/USER,+H,-H; I,Idle,+I,-I; J,Custom1,+J,-J; K,Custom2,+K,-K; L,Custom3,+L,-L; M,Custom4,+M,-M; N,Custom4,+N,-N; 
  2447.  
  2448.  
  2449.  
  2450. Ratio_mask=*Ratio: %ratio% *
  2451. Ratio_command=site User <User>
  2452. Ratio_numbersOnly=1
  2453.  
  2454. WeekAllotment_mask=*Weekly Allotment: %s% Messages Waiting:*
  2455. WeekAllotment_command=site User <User>
  2456. WeekAllotment_numbersOnly=1
  2457.  
  2458. MaxLogins_command=site User <User>
  2459. MaxLogins_mask=*Max Logins: %s% *
  2460. MaxLogins_numbersOnly=1
  2461.  
  2462. MaxLogins_by_IP_command=site User <User>
  2463. MaxLogins_by_IP_mask=*From same IP: %s% *
  2464. MaxLogins_by_IP_numbersOnly=1
  2465.  
  2466. TimeLimit_mask=*Time Limit: %s% minutes.  (0=Unlimited)*
  2467. TimeLimit_command=site User <User>
  2468. TimeLimit_numbersOnly=1
  2469.  
  2470. ident@ip_mask=*IP?: %s% IP?: %s% *
  2471. ident@ip_command=site User <User>
  2472.  
  2473. DelIP_mask=*IP mask*: %s% *
  2474. DelIP_command=site unfo <RaidenUser>
  2475. DelIP_editable=0
  2476.  
  2477. homedir_command=site change <User> homedir
  2478. homedir_mask=* homedir is set to %s%
  2479.  
  2480. Credits_command=site User <User>
  2481. Credits_mask=*Credits: %s% *
  2482. Credits_numbersOnly=1
  2483.  
  2484. RaidenRatio_command=site unfo <RaidenUser>
  2485. RaidenRatio_mask=*ratio : %s% *
  2486. RaidenRatio_numbersOnly=1
  2487.  
  2488.  
  2489. Comment_command=site User <User>
  2490. Comment_mask=*User Comment: %s%
  2491.  
  2492. MyIdleTime_command=site idle
  2493. MyIdleTime_mask=Current IDLE time limit is %s% *
  2494. MyIdleTime_numbersOnly=1
  2495.  
  2496. MyTagline_command=site unfo
  2497. MyTagline_mask=Current Tagline: %s%
  2498.  
  2499. ident@ip#01_BoxToUse=4
  2500. ident@ip#02_BoxToUse=5
  2501. ident@ip#03_BoxToUse=6
  2502. ident@ip#04_BoxToUse=7
  2503. ident@ip#05_BoxToUse=8
  2504.  
  2505. GroupSlots_numersOnly=1
  2506. GroupSlots_command=site user <user>
  2507. GroupSlots_mask=*Gadmin/Leech Slots: %s% *
  2508.  
  2509. Leechs_numersOnly=1
  2510. Leechs_command=site user <user>
  2511. Leechs_mask=| Gadmin/Leech Slots: * %s% (-1=Unlimited, None)*
  2512.  
  2513. RequestNumber_numersOnly=1
  2514. MaxGroupLogins_numbersOnly=1
  2515.  
  2516. Section_numbersOnly=1
  2517. Section_default=0
  2518.  
  2519. SectionRatio_numbersOnly=1
  2520.  
  2521. Hour_From_numbersOnly=1
  2522. Hour_from_default=0
  2523. Hour_To_numbersOnly=1
  2524. Hour_To_default=24
  2525.  
  2526. DL-Limit_mask=* Max Download Speed: %s% K/s*
  2527. DL-Limit_command=site user <user>
  2528.  
  2529. UL-Limit_mask=* Max Upload Speed: %s% K/s*
  2530. UL-Limit_command=site user <user>
  2531.  
  2532. Max_Sim_UL_numbersOnly=1
  2533. Max_Sim_UL_mask=* Max Sim Uploads: %s% *
  2534. Max_Sim_UL_command=site user <user>
  2535.  
  2536. Max_Sim_DL_numbersOnly=1
  2537. Max_Sim_DL_mask=* Max Sim Downloads: %s% *
  2538. Max_Sim_DL_command=site user <user>
  2539.  
  2540. MaxResults_numbersonly=1
  2541. MaxResults_default=20
  2542. FromDate (mmddyy)_numbersonly=1
  2543. FromDate (mmddyy)_default=010195
  2544. ToDate (mmddyy)_numbersonly=1
  2545. ToDate (mmddyy)_default=010110
  2546.  
  2547. Mode_numbersonly=1
  2548.  
  2549. Mbytes_default=0
  2550. Mbytes_numbersonly=1
  2551.  
  2552.  
  2553. level_mask=*class * %s%*
  2554. level_command=site unfo <RaidenUser>
  2555.  
  2556. RaidenUsers Online_mask=*(*)*|%s%|*
  2557. RaidenUsers Online_command=site who
  2558. RaidenUsers Online_editable=0
  2559.  
  2560. bm_username_mask=Account[%s%]*
  2561. bm_username_command=site userinfo
  2562.  
  2563. homefolder_default=/site/
  2564.  
  2565.  
  2566. NewComment_default=added with Staff-FTP :)
  2567. NewDL-Limit_default=0
  2568. NewDL-Limit_numbersonly=1
  2569. NewUL-Limit_default=0
  2570. NewUL-Limit_numbersonly=1
  2571. NewMax_Sim_DL_default=1
  2572. NewMax_Sim_DL_numbersonly=1
  2573. NewMax_Sim_UL_default=1
  2574. NewMax_Sim_UL_numbersonly=1
  2575. NewMaxLogins_default=3
  2576. NewMaxLogins_numbersonly=1
  2577. NewMaxLogins_by_IP_default=1
  2578. NewMaxLogins_by_IP_numbersonly=1
  2579. NewRatio_default=3
  2580. NewRatio_numbersonly=1
  2581.  
  2582. bnc_name_command=site list
  2583. bnc_name_mask=*bnc %s% *
  2584. bnc_name_editable=0
  2585.  
  2586. shutdown_bnc_name_command=site list
  2587. shutdown_bnc_name_mask=;*bnc %s% *
  2588. shutdown_bnc_name_editable=0
  2589.  
  2590. irc_bnc_name_command=site list
  2591. irc_bnc_name_mask=ircbnc %s% *
  2592. irc_bnc_name_editable=0
  2593.  
  2594. ftp_bnc_name_command=site list
  2595. ftp_bnc_name_mask=ftpbnc %s% *
  2596. ftp_bnc_name_editable=0
  2597.  
  2598. site-op_command=site list
  2599. site-op_mask=siteop * %s% *
  2600. site-op_editable=0
  2601.  
  2602. bnc-op_command=site list
  2603. bnc-op_mask=bncop %s% *
  2604. bnc-op_editable=0
  2605.  
  2606. bnc_user_command=site who
  2607. bnc_user_mask=| %s% *|*
  2608. bnc_user_skip1=* username *
  2609. bnc_user_editable=0
  2610.  
  2611. listen_port_numbersonly=1
  2612. new_port_numbersonly=1
  2613.  
  2614. ioftpd_user_command=site users
  2615. ioftpd_user_mask=*| %s% *
  2616. ioftpd_user_skip1=*user*|*group*
  2617. ioftpd_user_editable=0
  2618.  
  2619. ioftpd_group_command=site users
  2620. ioftpd_group_mask=*| * | %s% *
  2621. ioftpd_group_skip1=*user*|*group*
  2622. ioftpd_group_editable=0
  2623.  
  2624. ioftpd_array_command=site CONFIG show
  2625. ioftpd_array_mask=[%s%]
  2626. ioftpd_array_editable=0
  2627.  
  2628. ioftpd_flags_mask=*| * | * | %flags% *
  2629. ioftpd_flags_skip1=*user*|*group*
  2630. ioftpd_flags_command=site Users <ioftpd_user>
  2631. ioftpd_flags_checkbox=1
  2632. ioftpd_flags_values=V,VFS Admin,+V,-V; G,GADMIN,+G,-G; T,Telnet Access,+T,-T; H,HTTP Access,+H,-H; F,FXP-DL Denied,+F,-F; f,FXP-UL Denied,+f,-f
  2633.  
  2634. ioftpd_user_online_command=site who
  2635. ioftpd_user_online_mask=| %s% *
  2636. ioftpd_user_online_skip1=*| Up: *
  2637. ioftpd_user_online_editable=0
  2638.  
  2639. ioftpd_ident@ip_editable=0
  2640. ioftpd_ident@ip_command=site uinfo <ioftpd_user>
  2641. ioftpd_ident@ip_mask=| Ip?. %s% Ip?. %s% |*
  2642.  
  2643. ioftpd_credits_numbersonly=1
  2644. ioftpd_credits_command=site uinfo <ioftpd_user>
  2645. ioftpd_credits_mask=| Credits: %s%MB *
  2646.  
  2647. ioftpd_ratio_numbersonly=1
  2648. ioftpd_ratio_command=site uinfo <ioftpd_user>
  2649. ioftpd_ratio_mask=| Ratio : 1:%s% *
  2650. ioftpd_ratio_default=0
  2651.  
  2652. ioftpd_tagline_command=site uinfo <ioftpd_user>
  2653. ioftpd_tagline_mask=| Unfo: %s% Flags: *
  2654.  
  2655. ioftpd_user_group_command=site uinfo <ioftpd_user>
  2656. ioftpd_user_group_mask=| Login: *Group: %s% %s% %s% %s% %s% |
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662. [Popup Commands]
  2663. ; maximum of 10 commands to spezify here which appeare in the popup-menu
  2664. ; on the remote filelist
  2665. ; directory, filename, filesize, group, User & date are inserted if selected
  2666. ; new: <DIR|FILE> to make no differences between directory or file
  2667.  
  2668. ; use also versionstring* here to only show some commands at spezial servers
  2669. ; or leave empty to show on all
  2670.  
  2671. name1=Nuke
  2672. com1=site nuke <directory> <multiply> <message>
  2673. versionstring1=*glftpd*
  2674. refresh directory1=1
  2675.  
  2676. name2=Unnuke
  2677. com2=site unnuke <directory> <message>
  2678. versionstring2=*glftpd*
  2679. refresh directory2=1
  2680. replace2=NUKED
  2681.  
  2682. name3=Files in Zip
  2683. com3=site ziplist <filename>
  2684. versionstring3=*glftpd*
  2685.  
  2686. name4=Check CRC
  2687. com4=site zipchk <filename>
  2688. versionstring4=*glftpd*
  2689.  
  2690. name5=Execute (exe, bat, com)
  2691. com5=site Exec <filename>
  2692. versionstring5=*serv-u*
  2693.  
  2694. name6=Run Script/Program
  2695. com6=site run <filename> <Parameters>
  2696. versionstring6=*ftp4all*
  2697.  
  2698. name7=Change Permissions
  2699. com27=site mod <DIR|FILE>
  2700. versionstring7=*ftp4all*
  2701. refresh directory7=1
  2702.  
  2703. name8=Execute
  2704. com8=site exec <Filename> <Arguments>
  2705. versionstring8=*ftp4all*
  2706.  
  2707. name9=Copy
  2708. com9=SITE copy <Filename> <New Filename>
  2709. versionstring9=FTP Server ready [***]
  2710. refresh directory9=1
  2711.  
  2712. name10=Delete
  2713. com10=SITE delete <Filename>
  2714. versionstring10=FTP Server ready [***]
  2715. refresh directory10=1
  2716.  
  2717. name11=DelTree
  2718. com11=SITE delTree <Directory>
  2719. versionstring11=FTP Server ready [***]
  2720. refresh directory11=1
  2721.  
  2722. name12=MultiCopy
  2723. com12=SITE MultiCopy <Filename> <Directory>
  2724. versionstring12=FTP Server ready [***]
  2725. refresh directory12=1
  2726.  
  2727. name13=MultiMove
  2728. com13=SITE MultiMove <Filename> <Directory>
  2729. versionstring13=FTP Server ready [***]
  2730. refresh directory13=1
  2731.  
  2732. name14=UNZIP
  2733. com14=SITE UNZIP <Filename> /F:<FileMasks (seperator ";")> /D:<Directory>
  2734. versionstring14=FTP Server ready [***]
  2735. refresh directory14=1
  2736.  
  2737. name15=BuildTree
  2738. com15=SITE BuildTree <Directory> <TreeFilename>
  2739. versionstring15=FTP Server ready [***]
  2740. refresh directory15=1
  2741.  
  2742. name16=Execute
  2743. com16=SITE EXEC <FILENAME>
  2744. versionstring16=FTP Server ready [***]
  2745.  
  2746. name17=Display NFOs in Zip
  2747. com17=site nfo <FILENAME>
  2748. versionstring17=*glftpd*
  2749.  
  2750. name18=Display NFOs in Zip (ext)
  2751. com18=site nfo <FILENAME> <NFO-Name>
  2752. versionstring18=*glftpd*
  2753.  
  2754. name19=Last 20 Uploads from this Dir
  2755. com19=site new . 20
  2756. versionstring19=*glftpd*
  2757.  
  2758. name20=Wipe (no credit lost)
  2759. com20=site wipe -r <DIR|FILE>
  2760. versionstring20=*glftpd*
  2761. refresh directory20=1
  2762.  
  2763. name21=Display File
  2764. com21=site cat <Filename>
  2765. versionstring21=*lvl grp*
  2766.  
  2767. name22=Change File/Dir-Owner
  2768. com22=site chown <RaidenUser>:<RaidenGroup> <dir|file>
  2769. versionstring22=*lvl grp*
  2770.  
  2771. name23=Move Contents
  2772. com23=site move <Newpath>
  2773. versionstring23=*lvl grp*
  2774.  
  2775. name24=Nuke
  2776. com24=site Nuke <Directory>|<Multible>|<Reason>
  2777. versionstring24=*lvl grp*
  2778.  
  2779. name25=Free Download
  2780. com25=site free <Filename>
  2781. versionstring25=*lvl grp*
  2782.  
  2783. name26=Encrypt
  2784. com26=site encrypt <filename>
  2785. versionstring26=*lvl grp*
  2786.  
  2787. name27=Decrypt
  2788. com27=site decrypt <filename>
  2789. versionstring27=*lvl grp*
  2790.  
  2791. name28=MP3 Infos
  2792. com28=site mp3
  2793. versionstring28=*lvl grp*
  2794.  
  2795. name29=Undupe
  2796. com29=site undupe <filename>
  2797. versionstring29=*lvl grp*;*glftpd*
  2798.  
  2799. name30=RaceInfos
  2800. com30=site race
  2801. versionstring30=*lvl grp*
  2802.  
  2803.  
  2804. [On Connect]
  2805. versionstring1=*serv-u*
  2806. perform1=site set transferprogress on
  2807.  
  2808. versionstring2=*glftpd*;*lvl grp*
  2809. perform2=SITE XDUPE 1
  2810.  
  2811. ;versionstring3=*
  2812. ;perform3=site invite %ircNick%
  2813.  
  2814. [On Disconnect]
  2815. ;versionstring1=*serv-u*
  2816. ;perform1=site set transferprogress off
  2817.  
  2818.